remi documentation
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Installation

Dependencies and prerequisites

First, you need to set up your ssh keys to be able to connect to the Inria computers (learn more here).

You also need to have rsync and python (>= 3.7) on your system.

Installation

The installation is done on the local PC.

To perform a simple user installation with pip, the following command is enough:

pip install remote-inria

If you want to do modifications to the code, you may clone this repo and install the package in the editable mode (pip -e option).

git clone git@gitlab.inria.fr:remote-inria/remi.git
cd remi
pip install -e .