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 |
|
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 |
|
containerizing scikit-eo
¶
Note: It is a recommended practice to provide some instructions for isolating/containerizing scikit-eo
. It would benefit their use and thus avoid that some dependencies are not compatible with others. For example, conda provides an easy solution.
1 |
|
1 |
|
scikit-eo
can be install within this new environment using via PyPI or from the GitHub repository.