FilippoBovo/production-data-science

b-collaborate: clarity

mhbw opened this issue · 1 comments

mhbw commented

thanks for this tutorial, appreciate the thought and effort behind it.

couple things that failed for me due to clarity items:

tutorial doesn't say where to start so I stayed in virtualenv, where pip freeze doesn't work. might note where you intend folks to start this part of the tutorial.

secondly: for the install_requires part, I'm not sure what's intended there, I manually wrote it in via nano, but running that code in a bash shell fails.

Hi. You're welcome.

Thank you for your comments.

Regarding your first comment, in part B, you are supposed to run pip freeze with the virtual environment active. I am not sure why it did not work for you.

Regarding your second comment, install_requires is a list of packages that are installed when installing the Python package created in the tutorial. You may find more information at this link.