Installation

easyCore requires Python 3.7 or above.

Install via pip

The easiest way of obtaining easyCore and using it in your project is via pip. You can install directly by using:

$ pip install easyScienceCore

Install as an easyCore developer

You can obtain the latest development source from our Github repository.:

$ git clone https://github.com/easyScience/easyCore
$ cd easyCore

And install via pip:

$ pip install -r requirements.txt
$ pip install -e .

Or Poetry

$ git clone https://github.com/easyScience/easyCore
$ cd easyCore
$ poetry install