Install

Jetburn (jetburn) requires Python 3.6 or higher. If you do not already have a Python environment configured on your computer, please see the Python page for instructions on installing Python environment.

Note

if you are on Windows and want to install optional packages (e.g., scipy) then you will need to install a python distribution such as Anaconda, Enthought Canopy or Pyzo. If you use one of these Python distributions, please refer to their online documentation.

Assuming that the default python environment is already configured on your computer and you intend to install jetburn inside of it. To create and work with Python virtual environments, please follow instructions on venv and virtual environments

To start the installation process, please make sure the latest version of pip3 (Python package manager) is installed. If pip3 is not installed, please refer to the Pip documentation and install pip3 first.

Linux / macOS

Install the latest release of jetburn with pip3:

pip3 install jetburn

To upgrade to a newer version use the --upgrade flag:

pip3 install --upgrade jetburn

If system wide installation is not possible for permission reasons, use --user flag to install jetburn for current user

pip3 install --user jetburn

Windows

Considering python3 is installed and pip3 is configured.

Open cmd/powershell and Type:

pip3 install jetburn

Or

python3 setup.py install

This command should install jetburn with all the required dependencies.

Hint

Windows terminal (cmd/power shell) doesn’t support all the unicode codecs and to get the best results - please use a terminal emulator like, cmder [Download Cmder] or ConEmu [Download ConEmu]. Please use <xterm> color scheme from settings menu, for the best visual representation of the program.