Installation¶
Requirements¶
- Python 3.10 or higher
- Poetry (recommended) or pip
Using Poetry (Recommended)¶
Using pip¶
Development Installation¶
To install Rivusio for development:
-
Clone the repository:
-
Install dependencies using Poetry:
-
Install pre-commit hooks (optional but recommended):
Verifying Installation¶
After installation, you can verify everything is working by running the tests:
For more detailed testing options, see our Development Testing Guide.