Skip to content

Installation

EasyScience requires Python 3.11 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/corelib
$ cd corelib

And install via pip:

$ pip install -e .