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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ and seamlessly transition from setup to innovation.
57
57
58
58
#### Optional
59
59
60
-
- Install [Python](https://www.python.org/downloads/) version 3.11 (which can be checked by running `python3 --version`) and [PDM](https://github.com/pdm-project/pdm/#installation) version 2.3 or above (which can be checked by running
61
-
`pdm --version`)
62
-
- You need this one if you want to run `pdm install` command in `packages/backend` or `packages/workers` outside
60
+
- Install [Python](https://www.python.org/downloads/) version 3.11 (which can be checked by running `python3 --version`) and [uv](https://docs.astral.sh/uv/getting-started/installation/) (which can be checked by running
61
+
`uv --version`)
62
+
- You need this one if you want to run `uv sync` command in `packages/backend` or `packages/workers` outside
63
63
docker container
64
64
- You can use [`pyenv`](https://github.com/pyenv/pyenv) for managing multiple Python versions installed on a single machine.
0 commit comments