powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv init .
uvadd pakge_name' or uv pip install package_name
uv venv .
change version in .toml file and .python-version
un sync
or uv venv --python 3.13
uv run example.py
(globbaly, agnet-wise, runner(running time))
uv add mlflow
mlflow server --host 0.0.0.0 --port 8080