File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,22 +44,22 @@ uv run uvicorn main:app --reload
4444If you are using Windows:
4545Open powershell and run the following:
4646``` bash
47- $ powershell -ExecutionPolicy ByPass -c " irm https://astral.sh/uv/install.ps1 | iex"
47+ powershell -ExecutionPolicy ByPass -c " irm https://astral.sh/uv/install.ps1 | iex"
4848
49- $ env :Path = " C:\Users\noob\.local\bin;$env :Path"
49+ env:Path = " C:\Users\noob\.local\bin;$env :Path"
5050```
5151
5252If you are using Linux (Ubuntu):
5353``` bash
54- $ curl -LsSf https://astral.sh/uv/install.sh | sh
54+ curl -LsSf https://astral.sh/uv/install.sh | sh
5555
56- $ source $HOME /.local/bin/env
56+ source $HOME /.local/bin/env
5757
5858```
5959Sync the project's dependencies with the environment.
6060
6161``` bash
62- $ uv sync
62+ uv sync
6363```
6464### Frontend Setup
6565
You can’t perform that action at this time.
0 commit comments