如何在PyCharm项目中添加pyflakes,bottle,hypothesis?

问题描述 投票:-1回答:1

如何将测试框架和Web框架添加到PyCharm项目中。 如何在PyCharm项目中添加pyflakes,bottle,hypothesis?

要安装,上面提到的框架和任何其他,请按照以下链接。

https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html

给出的解决方案来自以下答案,答案1

python pycharm bottle python-hypothesis
1个回答
1
投票

您需要做的是为开发设置适当的python环境。您可以使用virtualenv / pipenv / conda并安装提到的包。请点击以下链接。

https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html

然后,您可以按照以下链接中的说明安装所需的所有软件包。

https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-upgrading-packages.html

© www.soinside.com 2019 - 2024. All rights reserved.