Installation

We heavily recommend installing torch_blue in a dedicated Python3.10+ virtual environment. You can install torch_blue from PyPI:

$ pip install torch-blue

Alternatively, you can install torch_blue locally. To achieve this, there are two steps you need to follow:

  1. Clone the repository

$ git clone https://github.com/RAI-SCC/torch_blue
  1. Install the code locally

$ pip install -e .

To get the development dependencies, run:

$ pip install -e .[dev]

For additional dependencies required if you want to run scripts from the scripts directory, run:

$ pip install -e .[scripts]