Skip to content
Gabriel Ryan edited this page Aug 23, 2020 · 2 revisions

Install

Clone the git repo:

git clone https://github.com/s0lst1c3/dropengine.git

Create a new virtual env:

python3.7 -m venv venv 

Activate the virtual env:

source venv/bin/activate
Clone this wiki locally