From 1aa9c2c7b9d47caa568ff93bd9c6e98b902e9c7a Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 8 Jun 2020 14:17:33 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1961df9..c93ae45 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,20 @@ $ cd jetforce $ 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 Use the ``--help`` flag to view command-line options: