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\Cumul8\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