Installation

The JetStream Python module can installed directly from the internet. It is also bundled with server installations. Note that the Python module can be run on any machine, not just machines running the server software.

The module sources can be found in the following locations.

  • Web: https://gojetstream.io/python/jetstream
  • Linux: /usr/local/share/jetstream/jetstream-python
  • Windows: C:\Program Files\Jet Digital Inc\JetStream Server\share\jetstream-python
  • macOS: /usr/local/jetstream/share/jetstream-python

If you are installing the module system wide, you should execute the below commands as the root user, or using sudo.

Install

pip install --extra-index-url https://gojetstream.io/python/ jetstream
pip install /usr/local/share/jetstream/jetstream-python
pip install /usr/local/share/jetstream/jetstream-python
pip install "C:\Program Files\Jet Digital Inc\JetStream Server\share\jetstream-python"
pip install /usr/local/jetstream/share/jetstream-python

Update

pip install -U --extra-index-url https://gojetstream.io/python/ jetstream
pip install -U /usr/local/share/jetstream/jetstream-python
pip install -U /usr/local/share/jetstream/jetstream-python
pip install -U "C:\Program Files\Jet Digital Inc\JetStream Server\share\jetstream-python"
pip install -U /usr/local/jetstream/share/jetstream-python

Uninstall

To uninstall the Jetstram Python Package:

pip uninstall jetstream