To get started with compiling Predacons locally, follow these steps:
-
Clone the Predacons-agents repository:
git clone https://github.com/Predacons/predacons-agents.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-agents import vector_store