因此,我有现有的项目,不使用诗歌,我想编写pyproject.toml和poetry.lock文件使用requirements.txt从pip,以使其他人更容易产生我的结果。为此,我使用命令:以下是命令的结果:Using version ^1.21.2 for numpy
Using version ^
我们的python项目有一个requirements.txt文件,其中列出了一些依赖的模块。我们曾经用过来安装这些依赖项。我的问题是,我们如何通过requirements.txt直接安装模块。下面是我们的tox.ini和requirements.txt:[tox][testenv] boto
commands=py.test