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