Skip to content

Commit 74ff9cd

Browse files
committed
[skip ci] add note
1 parent 67826ad commit 74ff9cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ two ways to install this:
208208
devenv sync
209209

210210
# Install the release build, recommended:
211-
uv pip install -v -e py
211+
.devenv/bin/uv pip install -v -e py
212+
213+
# note: use `direnv allow` to put .devenv/bin on PATH, or alternatively
214+
# you can install uv yourself
212215

213216
# Install the debug build, faster installation but much slower runtime:
214217
RELAY_DEBUG=1 uv pip install -v -e py

0 commit comments

Comments
 (0)