Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 503 Bytes

File metadata and controls

28 lines (22 loc) · 503 Bytes

Build Guide

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

  1. Clone the Predacons repository:

    git clone https://github.com/Predacons/predacons-cli.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-cli:

    pip install .