To get started with compiling Predacons locally, follow these steps:
-
Clone the Predacons repository:
git clone https://github.com/Predacons/Predacons.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:
pip install . -
Import Predacons and use it in your code:
from predacons import predacons predacons.rollout()