Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 3.06 KB

developer_workstation.md

File metadata and controls

65 lines (56 loc) · 3.06 KB

CosmosAIGraph : Developer Workstation Setup

Required Software

These are required to simply execute the solution on your workstation:

Also, a working knowledge of pip and Python Virtual Environments is necessary. See https://realpython.com/python-virtual-environments-a-primer/.

This reference implementation contains several venv.ps1 and venv.sh scripts which create the Python Virtual Environments for this solution. Once these are created, they can be activated with the following command:

> .\venv\Scripts\Activate.ps1

Recommended Software

To develop your own solutions based on this reference application, this additional software is recommended: