pip: add install from requirements.txt example (#8161)

This commit is contained in:
Muhammad Falak R Wani
2022-06-28 12:05:03 +05:30
committed by GitHub
parent b5bc4bbf18
commit 0dd0fcb430

View File

@@ -27,3 +27,7 @@
- Show installed package info: - Show installed package info:
`pip show {{package_name}}` `pip show {{package_name}}`
- Install packages from a file:
`pip install --requirement {{requirements.txt}}`