Installing - Parcks/core GitHub Wiki
Head to the latest release and download the zip or tar.gz.
- Extract the downloaded file
- Change to the extracted directory (
cd <version>) - If not already installed, install
pip - Run
pip install -Ur requirementsto install the Python requirements - Run
python setup.py install