Closed Theodlz closed 2 days ago
This PR migrates Kowalski from using virtualenv and pip to using the more elegant uv (does both virtual environment and super fast dependency installation). We use uv in the docker files, but also recommend using it in the documentation.
virtualenv
pip
uv
This PR migrates Kowalski from using
virtualenv
andpip
to using the more elegantuv
(does both virtual environment and super fast dependency installation). We useuv
in the docker files, but also recommend using it in the documentation.