summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-01-31 21:13:49 -0500
committerTeddy Wing2015-01-31 21:13:49 -0500
commitf0df9efaaf56b35c7b41d818bfa6f09b7aceb38e (patch)
tree52be213fb9ba5c31350089b8bb77f5205ab709b3
parentd593b8dc21719d07ada55153f13811a7d936c887 (diff)
downloadedu-net-set-up-database.tar.bz2
README: Add a note to source your virtualenvset-up-database
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a5bf15..773e884 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
It is recommended that you create a [virtualenv](https://virtualenv.pypa.io/en/latest/) to separate project packages from your system Python installation.
$ virtualenv virtualenv
+ $ source virtualenv/bin/activate
### Install Requirements
Install required packages using `pip`: