carpentries-incubator / python-packaging-publishing

Packaging and Publishing with Python
https://carpentries-incubator.github.io/python-packaging-publishing/
Other
24 stars 16 forks source link

03-packaging-installing: Add tip about `pip install -e` #57

Open tobyhodges opened 4 years ago

tobyhodges commented 4 years ago

The material in episode 2 could be improved by mentioning (maybe in a callout box) pip install -e, which allows the latest version of a module/package under active development to be imported and used without the need to re-install after every set of changes. (See line 351 of the etherpad from CC@Home2020.)

nkicg6 commented 4 years ago

Hello, I am interested in putting some work into this lesson. I made a few minor changes (#70 ) addressing this issue in particular. I was wondering if I could make some larger scale changes, including to the content of the example code for clarity, but would love to talk to whomever is maintaining this now, thanks!

tobyhodges commented 4 years ago

Hi Nick @nkicg6 that's great to hear! @brownsarahm has been leading the development of the lesson up to now and is still the maintainer. I'll leave it to Sarah to follow up with you about the lesson but, if you have any questions about lesson/exercise design, working with the lesson template, etc please feel free to ping me.

brownsarahm commented 4 years ago

@nkicg6 that's great. See #65 about the content of the example code. I'm happy to discuss anything here or on the carpentries slack.

vinisalazar commented 3 years ago

Hi,

is this issue still standing? I reckon #70 closes it.

Thanks, Vini