Project SETUP $ mkdir ludogame $ cd ludogame $ virtualenv -p python3.7 venv $ git clone https://github.com/dbms/ludogame.git $ source venv/bin/activate $ cd ludoyug && pip install -r requirements.txt