Installation

How to instal the project directly from Github

Getting started using Github

First of all, you need to clone the project using for example CLI Cloning:

Open you cmd and past the following command.

$ git clone https://github.com/BB8-2020/EmpathicRobot.git

If you are a Devolper please rename .env.example to .envand set developer=True in .env

Next to install al requirements by run:

$ pip install . 

Ta da! The project is good to use 😊

Last updated