#pip

[ follow ]
Daniel Roy Greenfeld
1 week ago
Python

TIL: Running UV outside a virtualenv

Use the --python flag with uv to specify the interpreter when installing dependencies, especially for CI workflows. [ more ]
Talkpython
2 months ago
Python

uv - The Next Evolution in Python Packages?

Astral introduces uv: a tool faster than pip
Tool uv is 100 times faster than pip [ more ]
Realpython
2 months ago
Python

Python Basics Exercises: Installing Packages With pip - Real Python

Python package manager is pip
Virtual environments are used to separate project dependencies [ more ]
TechBeamers
3 months ago
Python

How Do I Install Pip in Python?

Pip is the package installer for Python, used for installing and managing Python packages.
Pip can install new Python programs, update existing programs, and remove programs. [ more ]
TechBeamers
3 months ago
Python

Install Python packages with pip and requirements.txt

Using pip to install Python packages with requirements.txt is important for ensuring correct package versions.
The requirements.txt file is a configuration file that lists project dependencies and their versions. [ more ]
Tall, Snarky Canadian
4 months ago
Python

An experimental pip subcommand for the Python Launcher for Unix

Creating virtual environments and keeping pip up-to-date are important when installing Python packages.
The experimental Python Launcher for Unix 'subcommand' py-pip helps automate these processes. [ more ]
www.independent.co.uk
2 weeks ago
Health

Rishi Sunak defends crackdown on disability benefits for unverifiable assertions'

Rishi Sunak defends tightening disability benefits to ensure genuine claims only. [ more ]
B-list
5 months ago
Python

Use "pip install" safely

Managing dependencies in Python can be done using standard Python packaging tools like pip and venv.
Using the --require-hashes flag when installing packages with pip ensures that the expected hashes of the packages are checked. [ more ]
[ Load more ]