Skip to content
Alex Gowers edited this page Mar 1, 2021 · 2 revisions

Setup

git clone https://github.com/Skiller9090/Lucifer.git
cd Lucifer
pip install -r requirements.txt
python main.py --help

Extra

If you want the cutting edge changes or if you are developing the framework add -b dev to the end of git clone https://github.com/Skiller9090/Lucifer.git

If you want to develop a new module for Lucifer add -b module-dev to the end of git clone https://github.com/Skiller9090/Lucifer.git

If you want to use java integration you will need to install the jpype1 module by running pip install jpype1 in the lucifer python environment.

Clone this wiki locally