Skip to content
Snippets Groups Projects
Commit 3e1d636f authored by Joseph Weston's avatar Joseph Weston
Browse files

add README section about adding dependencies

parent 07b401ea
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,14 @@ We will keep the Python dependencies in a virtual environment:
source venv/bin/activate
pip install -r requirements.txt
### Adding dependencies
#### Server-side
If you start using a new Python library, be sure to add it to `requirements.txt`
#### Client side
### Running a development server
First build all the client-side assets:
......
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