We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67826ad commit 74ff9cdCopy full SHA for 74ff9cd
README.md
@@ -208,7 +208,10 @@ two ways to install this:
208
devenv sync
209
210
# Install the release build, recommended:
211
-uv pip install -v -e py
+.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
215
216
# Install the debug build, faster installation but much slower runtime:
217
RELAY_DEBUG=1 uv pip install -v -e py
0 commit comments