************ 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: .. code-block:: console $ pip install easyScienceCore Install as an easyCore developer -------------------------------- You can obtain the latest development source from our `Github repository `_.: .. code-block:: console $ git clone https://github.com/easyScience/easyCore $ cd easyCore And install via pip: .. code-block:: console $ pip install -r requirements.txt $ pip install -e . Or Poetry .. code-block:: console $ git clone https://github.com/easyScience/easyCore $ cd easyCore $ poetry install .. installation-end-content