Closed balazagi closed 4 years ago
https://github.com/metoppv/improver <- improver lives here
I think to address the external library dependencies at some point we need to create a requirements.txt file in which we list all the libraries that we depend on. This can then be included in the setup.py file so that is done automatically during the installation process. we probably want to create new issue/s for this but commenting here so that we can decide later!
I suggest we close this issue as it is now going to be covered by issue #27 and #28
closing this issue see last comment
There are currently dependencies in the code to some external libraries/packages as mentioned in : https://github.com/MetOffice/CATNIP/pull/14#issue-394844192 we need to list these and then decide what is the best way to include them. So far I have found these:
But let me know if you know of anymore!
There are some suggestions in this git article