Skip to content

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

Install from Github

pip3 install git+https://github.com/micahjmartin/detcord

Install from directory

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.

Clone this wiki locally