osome-iu/osometweet

pip install -e?

mr-devs opened this issue · 2 comments

@yangkcatiu you mentioned in the user-lookup branch README.md ...

Local development

Clone this project, go to the source directory, type the following command to install the package locally:

pip install -e ./

Can you help me understand what this does exactly? The pip documentation says...

image

... which isn't very helpful.

From other Googling, it seems like maybe this allows me to import the version of the package that is present in the source folder on my local machine. Whereas, if I don't do this, running import osometweet would give me whatever the latest version of the package was when pushed to PyPi? I just tried this out and it seems like that is at least one difference, is there anything else that this does?

Oh, my bad, the / at the end is not supposed to be there.

Please close the issue if it's working now