brmather / pycurious

Python package for computing the Curie depth from the magnetic anomaly
https://brmather.github.io/pycurious/
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Add conda environment.yml and conda installation instructions #25

Closed santisoler closed 5 years ago

santisoler commented 5 years ago

Part of https://github.com/openjournals/joss-reviews/issues/1544.

Add environment.yml file to create a custom conda environment with all dependencies. Add instructions on how to install pycurious using the conda package manager.

After #13.

@brmather Please feel free to review it and propose any change you feel necessary.

brmather commented 5 years ago

Thank you very much @santisoler for taking the time to add installation instructions for those using Anaconda. This is a very common installation method for Python users, so ensuring it is properly catered for will do wonders for pycurious usage.