Skip to content

Commit

Permalink
pip requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
william-herring committed Jan 8, 2022
1 parent 56e4072 commit 00d15f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ flutter pub get
<a name="dgserver"></a>
### Run the dev server

Before we begin, you will have to install the required packages.

(bor/server)
```bash
pip3 install -r REQUIREMENTS.txt
```

Remember to always migrate changes to the database before starting the server.

(bor/server)
Expand Down
3 changes: 3 additions & 0 deletions server/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Django
djangorestframework
django-cors-headers

0 comments on commit 00d15f6

Please sign in to comment.