File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,9 @@ and analytics.
66
77## Installation
88
9- The recommended way to set up this project for development is using
10- [ uv] ( https://docs.astral.sh/uv/ )
11- to install and manage a Python virtual environment.
12- With uv installed, install the required Python version (see ` pyproject.toml ` ). Example:
9+ Dependencies for this project are managed using [ uv] ( https://docs.astral.sh/uv/ ) .
10+ With uv installed, change into the project directory and run:
1311
14- uv python install 3.12
15-
16- Change into the project directory and run:
17-
18- uv python pin 3.12
1912 uv sync
2013
2114Activate the virtualenv like so:
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dev = [
3535 " ipdb>=0.13.13" ,
3636 " mixer>=7.2.2" ,
3737 " pre-commit>=4.5.1" ,
38- " coverage>=7.13.4 " ,
38+ " coverage>=7.13.5 " ,
3939]
4040
4141# Reference: https://docs.astral.sh/ruff/configuration/
You can’t perform that action at this time.
0 commit comments