Installation#
EasyScience requires Python 3.7 or above.
Install via pip
#
The easiest way of obtaining EasyScience and using it in your project is via pip. You can install directly by using:
$ pip install EasyScience
Install as an EasyScience developer#
You can obtain the latest development source from our Github repository.:
$ git clone https://github.com/easyScience/EasyScience
$ cd EasyScience
And install via pip:
$ pip install -r requirements.txt
$ pip install -e .