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 ------------------------- 1. Make sure Python 3.9+ is installed. Instructions available `here `_ or see `pyenv `_. 2. Create a virtual environment: .. code-block:: bash python -m venv venv 3. Activate the virtual environment: - Linux/MacOS: .. code-block:: bash source venv/bin/activate - Windows: .. code-block:: .\venv\Scripts\activate Install the latest version through PyPI (recommended) ----------------------------------------------------------------- 4. Install package: .. code-block:: bash pip install pypergraph-dag