File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -380,18 +380,18 @@ Development with astral uv package and project manager.
380380We have experimental support for `astral uv <https://docs.astral.sh/uv/ >`__. It provides an improved
381381developer experience over vanilla virtualenv/venv and pip by managing multiple python versions,
382382virtual environments and dependencies in a more efficient way. The ``uv run `` command automatically
383- syncs dependencies and python version before running the command, saving multiple steps when
383+ syncs dependencies and python version before running the command, saving multiple steps when
384384working on multiple branches with different dependencies.
385385
386386You can use uv sync to set up your environment and install dependencies and run python::
387387
388- ... code-block:: bash
388+ .. code-block :: bash
389389 uv sync # checks deps, installs virtualenv and dependencies as necessary
390390 uv run ... # runs command in the uv environment, syncs deps and python version first if necessary
391391
392392 To run tox uv use `tox uv <https://github.com/tox-dev/tox-uv >`__::
393393
394- ... code-block:: bash
394+ .. code-block :: bash
395395 uv tool install tox --with tox-uv # use uv to install
396396 tox --version # validate you are using the installed tox
397397 tox r -e py312 # will use uv
You can’t perform that action at this time.
0 commit comments