diff options
| -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`: | 
