Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tainguyenbp authored Jun 27, 2024
1 parent c596084 commit 2762a3b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python-basic/gather-data-api/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### test
```
sudo apt install python3-pip
sudo apt install python3.12-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 gather-data-api .py
```

0 comments on commit 2762a3b

Please sign in to comment.