mretegan / crispy

Core-Level Spectroscopy Simulations in Python

Home Page:http://www.esrf.eu/computing/scientific/crispy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip Install Issue

WilliamJudge94 opened this issue · comments

commented

The crispy documentation says one needs to just use "pip3 install --upgrade crispy" to install. But one must install "silx" first since it is not apart of the pip module.

It would be much appreciated if the documentation or the pip install could be updated.

@WilliamJudge94

There was indeed a problem with the 0.7.3 version of crispy. This is the one you when you run the "pip3 install --upgrade crispy".

The issue is fixed in the pre-release version (2020.1rc0). To install this one run "pip3 install --upgrade crispy==2020.1rc0"