kikocorreoso / scikit-extremes

scikit-extremes is a basic statistical package to perform univariate extreme value calculations using Python
MIT License
42 stars 10 forks source link

How to install scikit-extreme? #6

Closed Paresh1309 closed 5 years ago

Paresh1309 commented 5 years ago

I tried to install scikit-extremes and I get this error pip install scikit-extremes Collecting scikit-extremes Could not find a version that satisfies the requirement scikit-extremes (from versions: ) No matching distribution found for scikit-extremes . please help me in installing scikit-extreme by giving step-by-step procedure to install.

kikocorreoso commented 5 years ago

Please, read here: https://github.com/kikocorreoso/scikit-extremes#installation

You will need to have python, pip and git installed. It is not uploaded to PyPI so it is not possible to use pip install directly at this moment.