Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • Poetry (recommended) or pip
poetry add rivusio

Using pip

pip install rivusio

Development Installation

To install Rivusio for development:

  1. Clone the repository:

    git clone https://github.com/zbytealchemy/rivusio.git
    cd rivusio
    

  2. Install dependencies using Poetry:

    poetry install
    

  3. Install pre-commit hooks (optional but recommended):

    pre-commit install
    

Verifying Installation

After installation, you can verify everything is working by running the tests:

poetry run pytest tests/

For more detailed testing options, see our Development Testing Guide.