Automatically create requirements.txt

前端 未结 7 1924
灰色年华
灰色年华 2020-11-27 09:07

Sometimes I download the python source code from github and don\'t know how to install all the dependencies. If there is no requirements.txt file I

7条回答
  •  失恋的感觉
    2020-11-27 09:41

    if you are using PyCharm, when you open or clone the project into the PyCharm it shows an alert and ask you for installing all necessary packages.

提交回复
热议问题