TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

“I've never had much trouble with pip ”

2 点作者 dogweather将近 3 年前

1 comment

marbu将近 3 年前
There 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).<p>See also <a href="https:&#x2F;&#x2F;caremad.io&#x2F;posts&#x2F;2013&#x2F;07&#x2F;setup-vs-requirement&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caremad.io&#x2F;posts&#x2F;2013&#x2F;07&#x2F;setup-vs-requirement&#x2F;</a>