“I've never had much trouble with pip ”(dogweather.dev)2 points·by dogweather·vor 4 Jahren·1 commentsdogweather.dev“I've never had much trouble with pip ”https://www.dogweather.dev/ive-never-had-much-trouble-with-pip/1 commentsPost comment[–]marbu·vor 4 JahrenreplyThere are 2 ways to specify requirements in a python project as well. Manually constructed list of dependencies in setup.py, and requirements.txt generated via `pip freeze` (with some possible tweaks on top of that if necessary).See also https://caremad.io/posts/2013/07/setup-vs-requirement/
See also https://caremad.io/posts/2013/07/setup-vs-requirement/