Installation

The JetStream Python module is bundled with JetStream Server, but it can be installed on other machines. The module sources are installed in:

  • Linux: /usr/local/share/jetstream/jetstream-python
  • Windows: C:\Program Files\Jet Digital\JetStream Server\share\jetstream-python
  • macOS: /usr/local/jetstream/share/jetstream-python

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

Install

To install the JetStream Python package:

pip install /usr/local/share/jetstream/jetstream-python

Update

To update the JetStream Python Packge:

pip install -U /usr/local/share/jetstream/jetstream-python

Uninstall

To uninstall the Jetstram Python Package:

pip uninstall jetstream