The GlassWorm supply-chain campaign has returned with a new, coordinated attack that targeted hundreds of packages, ...
# add the virtual environment virtualenv .venv # or, with python3 -m virtualenv .venv # activate it source .venv/bin/activate # install dependencies pip install ...