DEV Community

Indra Wahyu
Indra Wahyu

Posted on

Install Python Packages with requirements.txt

Install Python packages with requirements.txt

pip install -r requirements.txt
Enter fullscreen mode Exit fullscreen mode

Output Python packages to requirements.txt

pip freeze > requirements.txt
Enter fullscreen mode Exit fullscreen mode

reference

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs