I had previously installed a package on pypi via pip, but then cloned the same repo locally to make some changes.
I’m now trying to import the package from the github repo locally, yet it seems to be importing the pypi version of the package.
How do I only import packages cloned locally?
I’m new to using git, so apologies for using the wrong terminology.