We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b984f80 commit 204db91Copy full SHA for 204db91
1 file changed
docs/library/contributing.md
@@ -65,8 +65,12 @@ cd chainladder-python
65
# Create virtual environment and install all dependencies
66
uv sync --extra all
67
68
+```
69
+
70
+Once the environment is set up, we may go into development mode with `uv`:
71
+```bash
72
# Activate the environment
-uv run python # or uv run jupyter-lab
73
+uv run jupyter-lab # or uv run python
74
```
75
76
This will install the package in editable mode with all development dependencies. After finishing work, deactivate:
0 commit comments