You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install dependencies and create virtual environment
31
+
uv sync
32
32
```
33
33
34
-
Note: to update to the latest version, run `git pull` in the `bbot-server` directory.
34
+
Note: to update to the latest version, run `git pull && uv sync` in the `bbot-server` directory.
35
+
36
+
To install `uv`, see the [uv installation docs](https://docs.astral.sh/uv/getting-started/installation/).
37
+
38
+
Commands shown below as `bbctl` can be run with `uv run bbctl` from the project directory, or you can activate the virtual environment first with `source .venv/bin/activate`.
0 commit comments