Developer documentation#

Overview#

docs

Documentation Status

tests

Appveyor Build Status Github Actions

package

PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

Installation#

Stable version

pip install pytrip98gui

Latest unstable version, directly from GIT repository:

pip install git+https://github.com/pytrip/pytripgui.git

To uninstall, simply use:

pip uninstall pytrip98gui

Running pytripgui#

To run stable version installed using pip manager, simply type:

pytripgui

To run unstable, development version of pytripgui (when working with source code), type:

python -m pytripgui.main

History#