Skip to content
Snippets Groups Projects
Commit e2993380 authored by Nuwan Rajika Kumarasiri's avatar Nuwan Rajika Kumarasiri
Browse files

Update read me to reflect where to execute `pipenv` commands

parent f03030ce
No related branches found
No related tags found
1 merge request!1Update read me to reflect where to execute `pipenv` commands
......@@ -40,7 +40,8 @@ to work on spotseeker_server.
4. Run migrations
```sh
# from inside wiscout project
# from inside wiscout project switch to pipenv shell.
$ pipenv shell
$ python manage.py migrate
```
......@@ -48,7 +49,7 @@ You can now make changes to spotseeker_server and they will reflected automatica
## Sample Spots
To add Sample Spots to the API:
To add Sample Spots to the API (inside pipenv shell):
```sh
$ python manage.py create_sample_spots
......
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