Skip to content

Installation

To use scikit-eo it is necessary to install it in your terminal. There are two options to use its functions/classes:

1. From PyPI

scikit-eo is available on PyPI, so to install it, run this command in your terminal:

1
pip install scikeo

If you don't have pip installed, this Python installation guide can guide you through the process.

2. Installing from source

It is also possible to install the latest development version directly from the GitHub repository with:

1
pip install git+https://github.com/ytarazona/scikit-eo
This is the preferred method to install scikit-eo, as it will always install the most recent stable release.


Last update: 2023-08-02