Installation¶
The package is available through PyPi but as the package is still in development the latest release will always be available for download through Github. You can use the following method to test the package.
Setup Virtual Environment¶
Make sure Python 3.9+ is installed. Instructions available here or see pyenv.
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
Linux/MacOS:
source venv/bin/activate
Windows:
.\venv\Scripts\activate
Install the latest version through PyPI (recommended)¶
Install package:
pip install pypergraph-dag