-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Crocrodile
Virinas-code edited this page Jan 8, 2022
·
1 revision
Crocrodile is a Python project. You need Python to run it.
Use your favorite package manager to install python. Install Python 3 and not Python 2 ! Example for Debian :
# apt install python3
- Download the source code using Git :
$ git clone https://github.com/Virinas-code/Crocrodile
- Install the requirements :
$ pip3 install -r requirements.txt
You are ready !