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.)
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.)