Skip to content

Commit 204db91

Browse files
committed
Added clarity between first time setup of uv vs continuous dev
1 parent b984f80 commit 204db91

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/library/contributing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,12 @@ cd chainladder-python
6565
# Create virtual environment and install all dependencies
6666
uv sync --extra all
6767

68+
```
69+
70+
Once the environment is set up, we may go into development mode with `uv`:
71+
```bash
6872
# Activate the environment
69-
uv run python # or uv run jupyter-lab
73+
uv run jupyter-lab # or uv run python
7074
```
7175

7276
This will install the package in editable mode with all development dependencies. After finishing work, deactivate:

0 commit comments

Comments
 (0)