CoralLeiCN
commited on
Commit
·
740b38c
1
Parent(s):
46bce37
Add instructions for creating and activating a Python virtual environment in README.md
Browse files
README.md
CHANGED
@@ -30,3 +30,7 @@ git remote set-url origin https://github.com/CoralLeiCN/agent_course_final_assig
|
|
30 |
```
|
31 |
Github guide on [Adding a local repository to GitHub using Git](https://docs.github.com/en/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github#adding-a-local-repository-to-github-using-git)
|
32 |
|
|
|
|
|
|
|
|
|
|
30 |
```
|
31 |
Github guide on [Adding a local repository to GitHub using Git](https://docs.github.com/en/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github#adding-a-local-repository-to-github-using-git)
|
32 |
|
33 |
+
3. Create and activate Python environment by uv
|
34 |
+
```bash
|
35 |
+
uv venv
|
36 |
+
source .venv/bin/activate
|