kylejgillett / sounderpy

A python package that helps you to access and plot vertical profile data for meteorological analysis
https://kylejgillett.github.io/sounderpy/
MIT License
51 stars 13 forks source link

Fix dependancies info #9

Closed kylejgillett closed 1 year ago

kylejgillett commented 1 year ago

It appears that when installing SounderPy, the dependencies are not installing with it. There may be some issue with the requirements.txt file.

This will be fixed for the next release.

kylejgillett commented 1 year ago

In the meantime before the next release, if you come across this issue,

A requirements.txt file is up here https://github.com/kylejgillett/sounderpy/blob/main/requirements.txt

in your conda environment, you can run:

pip install -r \your-file-path\requirements.txt

This will load the dependencies.

kylejgillett commented 1 year ago

This issue has been resolved with successful tests of v2.0.0