Skip to content

Commit 72c6088

Browse files
committed
hide venv
1 parent 4ad099f commit 72c6088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ cd tool_calling_api
5454
```
5555
Create a virtual environment
5656
```bash
57-
python3 -m venv venv
57+
python3 -m venv .venv
5858
```
5959
Activate the virtual environment
6060
```bash
61-
source venv/bin/activate
61+
source .venv/bin/activate
6262
```
6363
Confirm if steps of Makefile are working
6464
```bash

0 commit comments

Comments
 (0)