Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ have ``uv`` installed, the following command will create a virtual environment
subdirectory ``.venv``.

.. code:: shell

uv venv

Install required packages
Expand All @@ -92,7 +93,7 @@ required libraries. Here, we're only adding ``flask`` of any version.
# requirements.txt
flask

Activate environment and install requirements.txt
Activate environment and install ``requirements.txt``.

.. code:: shell

Expand Down