Skip to content

Commit

Permalink
hide venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib committed Dec 4, 2024
1 parent 4ad099f commit 72c6088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ cd tool_calling_api
```
Create a virtual environment
```bash
python3 -m venv venv
python3 -m venv .venv
```
Activate the virtual environment
```bash
source venv/bin/activate
source .venv/bin/activate
```
Confirm if steps of Makefile are working
```bash
Expand Down

0 comments on commit 72c6088

Please sign in to comment.