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
48 stars 12 forks source link

Fix dependancies info #9

Closed kylejgillett closed 11 months ago

kylejgillett commented 11 months 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 11 months 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 11 months ago

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