No results found.

Yaki Kimhi's Blog

  • Daf-Yomi
  • Archive
  • Notes
  • All Tags
  • About
banner

PIP

12 Dec 2021 | 1 min read

2021-06-20

PIP #

home/Professional

Freeze #

For list the existing installed packages

pip freeze

Install directory #

#cd <directory>
py -m pip install -r requirements.txt

or

pip install -r requirements.txt

Proxy #

pip install <package> --proxy <proxy:port>

Create requirements.txt automatically #

pip install pipreqs
pipreqs /path/to/project

Tags:

#install #devops #python #pip #professional

Backlinks:

No backlinks found.

Your browser doesn't support SVG images