Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 431 Bytes

Getting started:

  1. Create a new environment: $ conda create -n lememe python=3.7.1 and activate it.
  2. Clone this repo: $ git clone https://github.com/PierisKimonos/lememe_project.git
  3. $ cd lememe_project
  4. Install requirements.txt (need to be in project directory): $ pip install -r requirements.txt
  5. python manage.py makemigrations
  6. python manage.py migrate
  7. python population_script.py
  8. python manage.py runserver