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 requirements
to install the Python requirements - Run
python setup.py install