Installation¶
Quick Install¶
Prerequisites¶
- Windows 10+ Pro/Enterprise, Linux, or macOS
- Python: Versions 3.10, 3.11, 3.12, 3.13, or 3.14 are supported.
Detailed Installation¶
1. Create a virtual environment¶
2. Activate it¶
3. Install idmtools_calibra¶
Linux additional dependency
On Linux, also install the keyring backend:
4. Verify the installation¶
Corporate or Offline Environments¶
If you are behind a corporate proxy or need to point pip at a custom index, create a pip configuration file:
Development Install¶
For contributing to idmtools_calibra or running tests:
1. Clone the repository¶
Bash
git clone https://github.com/InstituteforDiseaseModeling/idmtools_calibra.git
cd idmtools_calibra
2. Create and activate a virtual environment¶
Bash
python -m venv v-calibra
# Windows:
v-calibra\Scripts\activate
# Linux/macOS:
source v-calibra/bin/activate
3. Bootstrap the dev environment¶
This installs all package dependencies and development tools.
Alternatively, install manually with test extras: