From 7bf6657c430be4db1a8457f702cd3664250248ae Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 8 Jun 2020 14:18:19 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c93ae45..b2e23bf 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,13 @@ $ cd jetforce $ python setup.py install ``` -Or, install into a virtual environment: +Or, install into a python virtual environment: ```bash # Create a project directory somewhere $ mkdir /opt/jetforce +# Activate a virtual environment and install jetforce $ python3 -m virtualenv /opt/jetforce/venv $ source /opt/jetforce/venv/bin/activate $ pip install jetforce