From 3e1d636f086c4788164bd3924252ec7fea194f20 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Mon, 15 Jan 2018 15:40:08 +0100 Subject: [PATCH] add README section about adding dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0b1ddb28a..37a307807 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab