Update README.md

This commit is contained in:
Michael Lazar 2020-06-08 14:18:19 -04:00 committed by GitHub
parent 1aa9c2c7b9
commit 7bf6657c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,12 +39,13 @@ $ cd jetforce
$ python setup.py install $ python setup.py install
``` ```
Or, install into a virtual environment: Or, install into a python virtual environment:
```bash ```bash
# Create a project directory somewhere # Create a project directory somewhere
$ mkdir /opt/jetforce $ mkdir /opt/jetforce
# Activate a virtual environment and install jetforce
$ python3 -m virtualenv /opt/jetforce/venv $ python3 -m virtualenv /opt/jetforce/venv
$ source /opt/jetforce/venv/bin/activate $ source /opt/jetforce/venv/bin/activate
$ pip install jetforce $ pip install jetforce