Skip to content

Installation

Installation

SPECTROview requires Python (versions 3.8 through 3.12). It can be easily installed and managed via your system's command-line interface (e.g., Command Prompt on Windows or Terminal on macOS/Linux).

pip install spectroview
Installation process
Successfully installing SPECTROview via pip.

2. From GitHub (Latest Development Version)

To install the latest development version directly from the source repository:

pip install git+https://github.com/CEA-MetroCarac/SPECTROview.git

3. Launch and Update

To launch SPECTROview, open your terminal or command prompt and execute:

spectroview

To update your installation to the latest release:

pip install --upgrade spectroview

To install or downgrade to a specific version (e.g., 26.24.1):

pip install spectroview==26.24.1