Skip to content

Commit dea00b7

Browse files
committed
simple readme
1 parent 3168198 commit dea00b7

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,13 @@ source .venv/bin/activate
3838
.venv\Scripts\activate.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
5145
uv 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

6350
To run the tests, use the following command:

0 commit comments

Comments
 (0)