diff options
| author | Teddy Wing | 2015-01-31 21:13:49 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-01-31 21:13:49 -0500 |
| commit | f0df9efaaf56b35c7b41d818bfa6f09b7aceb38e (patch) | |
| tree | 52be213fb9ba5c31350089b8bb77f5205ab709b3 | |
| parent | d593b8dc21719d07ada55153f13811a7d936c887 (diff) | |
| download | edu-net-f0df9efaaf56b35c7b41d818bfa6f09b7aceb38e.tar.bz2 | |
README: Add a note to source your virtualenvset-up-database
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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`: |
