File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -20,32 +20,31 @@ cd github-dlr
2020
2121Use the commands
2222
23+ Create a virtual environment using uv
2324``` bash
24- # Create a virtual environment using uv
2525uv venv
26+ ```
2627
27- # Activate the virtual environment
28- source .venv/bin/activate.fish
28+ Activate the virtual environment
29+ ``` bash
30+ source .venv/bin/activate
2931```
3032
3133And you can deactivate the virtual environment with:
32-
3334``` bash
3435deactivate
3536```
3637
3738### 3. Install Dependencies
3839
3940Install all dependencies including development dependencies:
40-
4141``` bash
42- uv sync --group dev
42+ uv sync
4343```
4444
4545### 4. Verify Installation
4646
4747Test that the installation works by running the CLI:
48-
4948``` bash
5049uv run github-dlr --help
5150```
You can’t perform that action at this time.
0 commit comments