Skip to content
Snippets Groups Projects
Unverified Commit 261d3bee authored by Thom Wiggers's avatar Thom Wiggers :triangular_ruler:
Browse files

Don't need --python 3 for pipenv shell

parent 6aacf5df
No related branches found
No related tags found
1 merge request!919Change README.md to use python 3 for pipenv
......@@ -20,7 +20,7 @@ If you use Docker, please look at [this part](#docker) of the README.
0. Get at least Python 3.5 and install pipenv and the Pillow requirements as per below.
1. Clone this repository
2. Run `pipenv install --python 3 --dev`
3. Run `pipenv shell --python 3`
3. Run `pipenv shell`
5. `cd website`
6. `./manage.py migrate` to initialise the database
7. `./manage.py createsuperuser` to create the first user (note that this user won't be a member!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment