Update README.md

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

View File

@ -39,6 +39,20 @@ $ cd jetforce
$ python setup.py install $ python setup.py install
``` ```
Or, install into a virtual environment:
```bash
# Create a project directory somewhere
$ mkdir /opt/jetforce
$ python3 -m virtualenv /opt/jetforce/venv
$ source /opt/jetforce/venv/bin/activate
$ pip install jetforce
# The jetforce launch script will be placed here
$ /opt/jetforce/venv/bin/jetforce
```
## Usage ## Usage
Use the ``--help`` flag to view command-line options: Use the ``--help`` flag to view command-line options: