Setup Crocrodile - Virinas-code/Crocrodile GitHub Wiki

Crocrodile

Setup guide

Requirements

Crocrodile is a Python project. You need Python to run it.

Linux

Use your favorite package manager to install python. Install Python 3 and not Python 2 ! Example for Debian :

# apt install python3

Step-by-step

  1. Download the source code using Git :
$ git clone https://github.com/Virinas-code/Crocrodile
  1. Install the requirements :
$ pip3 install -r requirements.txt

You are ready !