Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 648 Bytes

install.rst

File metadata and controls

28 lines (19 loc) · 648 Bytes

Installation

The package is available for install via pip. To install the latest stable version, you can run:

pip install rimseval

To get the latest development version, add the --pre flag to the installation command. To get the latest developments from GitHub, the package can be installed via:

pip install git+https://github.com/RIMS-Code/RIMSEval.git

Installations for development are easiest done after cloning the repo. Enter the folder and install the package editable by typing:

pip install -e .