Installation

This page contains information about installing our library that has the following dependencies:

Installing library

Depending on how you would like to use the library, there are two alternatives regarding installation. You can either use a package manager or download and install the library manually. For those who just want to use the library we recommend directly installing the latest version from PyPI, whereas for those who also want to be able to edit the code we recommend to install the library manually.

  • Install from Pypi with:(you might need to add sudo)
pip install --user raynet
  • Install manually:

Clone the latest version of the library and run

# Clone the repository
git clone git@github.com:paschalidoud/raynet.git
cd raynet
# Local installation in development mode
pip install --user -e .

As soon as the installation is complete you can directly start using/editing our nice library :-)