Installation#
Renate is available via PyPI and can be installed using pip
:
pip install Renate
If you want to use additional methods that require the Avalanche library, please use
pip install Renate[avalanche]
If you want to use Renate for benchmarking, please use
pip install Renate[benchmark]
Renate contributors should use
pip install Renate[dev]
This will install further dependencies which are required for code formatting and unit testing.
Alternatively, if you want to access the code directly (e.g., for developing and running new methods) it is possible to clone the git repository
git clone https://github.com/awslabs/Renate.git
We also recommend using a virtual environment to avoid conflicts in the
versions of the packages installed. For example, following
these instructions to use venv
.