To get started with compiling Predacons locally, follow these steps:
-
Clone the Predacons repository:
git clone https://github.com/Predacons/predacons-cli.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Install wheel:
pip install wheel
-
Build the project:
python setup.py bdist_wheel sdist
-
Install Predacons-cli:
pip install .