1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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