Installation
This guide covers how to install the ISARIC RAPID package for different use cases.
Requirements
| Requirement | Version | Notes |
|---|---|---|
| Python | 3.10 or higher | Download Python |
| pip | Latest | Included with Python 3.10+ |
| Virtual Environment | Recommended | venv or conda |
Quick Install (Recommended for Most Users)
Install the latest version directly from GitHub:
This will install the isaric package and all required dependencies automatically.
Verify Installation
Install from Source (Developers & Contributors)
If you plan to modify the code or contribute to RAPID:
1. Clone the Repository
2. Create and Activate Virtual Environment
3. Install in Editable Mode
The-e flag installs the package in "editable" mode, meaning changes to the source code are immediately reflected without reinstalling.
Verify Installation
After installation, verify that RAPID is working correctly:
Troubleshooting
| Issue | Solution |
|---|---|
pip: command not found |
Install pip or use python -m pip |
ModuleNotFoundError: isaric |
Ensure virtual environment is activated |
| Permission denied | Use pip install --user or virtual environment |
Next Steps
- Quickstart Guide – Run your first analysis.
- User Guide – Learn statistical methods.
- Contributing – Set up development environment.