Installation
Install directly from Github
$ pip install git+https://github.com/AghilesAzzoug/SciWatch
Install from a local repository
$ git clone https://github.com/AghilesAzzoug/SciWatch $ cd SciWatch $ pip install -e .
Install only the dependencies
$ git clone https://github.com/AghilesAzzoug/SciWatch $ cd SciWatch $ make install