Merge branch 'master' of github.com:michael-lazar/jetforce

This commit is contained in:
Michael Lazar 2020-06-09 00:24:44 -04:00
commit b05c5b3eb0
1 changed files with 15 additions and 0 deletions

View File

@ -39,6 +39,21 @@ $ cd jetforce
$ python setup.py install $ python setup.py install
``` ```
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
# The launch script will be installed 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: