Installation Guide¶
1. Docker (Recommended)¶
The recommended way to run Orbis is using Docker. This ensures consistent behavior across different environments and simplifies the setup process.
Prerequisites¶
- Install Docker
Docker Setup¶
Create a .env
file with your configuration:
2. Python Installation (Development)¶
Python Requirements
Orbis 0.8.0 requires Python 3.10 or higher.
For development or local installation:
-
Clone the repository:
-
Create and activate a virtual environment:
-
Install with development dependencies:
3. Astral uv
¶
Prerequisites¶
- Install uv.
Command¶
Chrome/Chromium Setup for Image Generation¶
Orbis uses Kaleido 1.0+ for generating static images from plots, which requires Chrome or Chromium to be installed on your system.
Linux:
macOS:
brew install --cask google-chrome
export BROWSER_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
Windows: Install Google Chrome and set:
Configuration¶
After installation, you'll need to configure Orbis with your credentials and configuration. See the Software Reports usage guide for detailed setup instructions.