Dealing with an existing MetPy installation #3233
-
As explained in this URL - https://unidata.github.io/MetPy/latest/devel/CONTRIBUTING.html I have forked and cloned my forked repository to my local desktop. I will be making changes to this repository in order to make a pull request. Now in my desktop I already have an existing MetPy installation. What should I do with that one ? Should I delete that egg file on that installation and install this cloned repository and then start making changes to the source code ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Yes, I would do:
from within the source checkout. |
Beta Was this translation helpful? Give feedback.
-
I am getting this error when I do a pip3 install. I want to be able to install with 3.8 not 3.9 although both are in my environment. How can I do that ? https://stackoverflow.com/questions/61863309/package-requires-a-different-python-2-7-17-not-in-3-6-1-while-setting-up-pr Is this the solution ? |
Beta Was this translation helpful? Give feedback.
-
I have managed to get it working with python3.9. So where does one add the new modifications to the code ? Is it the kinematics.py file in the calc module ? |
Beta Was this translation helpful? Give feedback.
It depends on what you're trying to add. If this is related to the wind field decomposition from vorticity & divergence, then yes,
kinematics.py
seems appropriate.