Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 622 Bytes

File metadata and controls

33 lines (26 loc) · 622 Bytes

Build Guide

To get started with compiling Predacons locally, follow these steps:

  1. Clone the Predacons-agents repository:

    git clone https://github.com/Predacons/predacons-agents.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Install wheel:

    pip install wheel
  4. Build the project:

    python setup.py bdist_wheel sdist
  5. Install Predacons:

    pip install .
  6. Import Predacons and use it in your code:

    from predacons-agents import vector_store