Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 221 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 221 Bytes

Project SETUP

  1. $ mkdir ludogame
  2. $ cd ludogame
  3. $ virtualenv -p python3.7 venv
  4. $ git clone https://github.com/dbms/ludogame.git
  5. $ source venv/bin/activate
  6. $ cd ludoyug && pip install -r requirements.txt