Become a UV ninja

Creating EnvironmentsURL copied

# Instead of Conda:
conda create --name myenv python=3.9

# Use UV:
cd ~
uv venv --python 3.12

Instead of installing in a central directory like Conda, UV installs the environment in the .venv of the current folder.