We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cc0a5 commit 64fa440Copy full SHA for 64fa440
1 file changed
README.md
@@ -24,9 +24,22 @@ curl -sSf https://astral.sh/uv/install.sh | bash
24
25
For more details, visit the [official uv documentation](https://github.com/astral-sh/uv).
26
27
+### Cloning the Repository
28
+To get started, clone the repository to your local machine. Open your terminal and run:
29
+
30
+```powershell
31
+git clone SOME_URL
32
+```
33
34
+Then navigate to the cloned directory:
35
36
37
+cd applied-programming
38
39
40
### Setting Up Your Environment
41
-After installing uv, simply run:
42
+After installing uv and cloning the repository, simply run:
43
44
```powershell
45
uv sync
0 commit comments