正在从 GitHub 下载 requirements.txt

Downloading requirements.txt from GitHub

我正在尝试从 GitHub

中的存储库下载 requirements.txt

我使用 pip install -e git+https://github.com/GabrielCoutz/Problema-Chiado#egg=requirements.txt 并且返回:

ERROR: File "setup.py" not found for legacy project requirements.txt from git+https://github.com/GabrielCoutz/Problema-Chiado#egg=requirements.txt.

我如何创建 setup.py 以及我必须放入什么?

pip install -r https://raw.githubusercontent.com/GabrielCoutz/Problema-Chiado/main/requirements.txt
例如,

-e 用于开发的本地安装。检查这个: