Create virtualenv based on requirements.txt
Welcome,
Is possible to create in PyCharm 2.6.2 new virtual environment based on the requirements.txt file? Actually I've created in IDE new virtualenv for project which has requirements.txt file. Unfortunately it doesn't automatic install all required components. Is it at all possible, or should I do this from command line?
Regards,
blackbit
Is possible to create in PyCharm 2.6.2 new virtual environment based on the requirements.txt file? Actually I've created in IDE new virtualenv for project which has requirements.txt file. Unfortunately it doesn't automatic install all required components. Is it at all possible, or should I do this from command line?
Regards,
blackbit
1 条评论
排序方式
日期
投票数
Hi Grzegorz, you can install your dependencies automatically with PyCharm. To do that you should select your requirements in the Settings | Python Integrated Tools and then you will be offered to install unsatisfied dependencies. See http://www.jetbrains.com/pycharm/webhelp/managing-dependencies.html for details.
请先登录再写评论。