How to get PyCharm to check requirements.txt file and offer updates?

How to get PyCharm to check requirements.txt file and offer updates? I can not control when this will happen. Thank!

+4
source share
2 answers

Open any file .pyafter the change requirements.txt, PyCharm will analyze requirements.txtand offer updates, for example. packages.

+3
source

.py , (Settings - Tools - Python Integrated Tools). PyCharm Windows, , requirements.txt. PyCharm Add Local, pip Windows .

, , , .

  • . Project, Python Console, Structure, TODO .. Terminal .

    enter image description here

  • Terminal. , .

  • pip install -r requirements.txt
+3

All Articles