-
Notifications
You must be signed in to change notification settings - Fork 84
Setup
Alex Gowers edited this page Mar 1, 2021
·
2 revisions
git clone https://github.com/Skiller9090/Lucifer.git
cd Lucifer
pip install -r requirements.txt
python main.py --helpIf 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.