curl -LsSf https://astral.sh/ruff/install.sh | sh
powershell -c "irm https://astral.sh/ruff/install.ps1 | iex"
curl -LsSf https://astral.sh/ruff/0.7.2/install.sh | sh powershell -c "irm https://astral.sh/ruff/0.7.2/install.ps1 | iex"
uv venv --python 3.13
source .venv/bin/activate
uv add opencv-python
uv remove opencv-python
uv python install 3.13 uv venv python 3.13
uv run --with torch python_script.py
uv add --script python_script.py "dynaconf" "rich" uv run python_script.py
uv tool install flake8 uv run flake8 python_file.py
uv format python_file.py
uvx python_file.py
uv pip install ...
[project] name = "eyerot" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ "opencv-python>=4.10.0.84", ]