-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Micah J. Martin edited this page Apr 16, 2019
·
2 revisions
To install the detcord package from source follow these steps. It is advised you do this in a virtual environment.
Build the virtual environment:
python3 -m venv ../venv
source ../venv/bin/activate
pip3 install git+https://github.com/micahjmartin/detcord
Install the requirements:
pip3 install -r requirements.txt
Build and Install Detcord:
python3 setup.py build install
You may now call detonate
from anywhere to start running actions.