- git clone https://github.com/dvfcfbgv/Gooseberries.git
- cd Gooseberries
- pip install pipenv==2018.10.13
- pipenv install --three
- cd Gooseberries
- pipenv shell
- python manage.py runserver
- Visit localhost:8000/graphql
- ctrl+C to stop the server
- use the 'exit' command or ctrl+D to exit the pipenv session
- to remove the virtualenv: pipenv --rm