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 4260a95 commit 9f99b95Copy full SHA for 9f99b95
1 file changed
desktop/README.md
@@ -33,7 +33,8 @@ Run commands from repository root:
33
34
```bash
35
uv sync
36
-export ASTRBOT_DESKTOP_CPYTHON_HOME=/path/to/cpython-runtime
+export ASTRBOT_DESKTOP_CPYTHON_HOME="$(pwd)/.venv"
37
+# export ASTRBOT_DESKTOP_CPYTHON_HOME=/path/to/cpython-runtime
38
pnpm --dir dashboard install
39
pnpm --dir dashboard build
40
pnpm --dir desktop install --frozen-lockfile
0 commit comments