File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -38,26 +38,13 @@ source .venv/bin/activate
3838.venv\S cripts\a ctivate.bat
3939```
4040
41- 3 . Inside the activated venv, ensure build tools and pip are current (optional, but may help avoid errors):
42-
43- ``` bash
44- uv pip install --upgrade pip setuptools wheel build
45- ```
46-
47- 4 . Install project dependencies (dev extras) into the ** active venv** :
41+ 3 . Install project dependencies (dev extras):
4842
4943``` bash
5044# prefer uv --active so uv uses your activated environment
5145uv sync --active --all-extras --dev
5246```
5347
54- 5 . Install the package in editable mode into that active venv (Optional, for development):
55-
56- ``` bash
57- # uses pip in the active venv
58- uv pip install -e . --no-deps
59- ```
60-
6148## Running Tests
6249
6350To run the tests, use the following command:
You can’t perform that action at this time.
0 commit comments