Skip to content

Commit b08c3f0

Browse files
author
steven.chen3
committed
pip install
1 parent a119f43 commit b08c3f0

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

helloworld/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import requests
2+
3+
response = requests.get("http://hifengge.com")
4+
print(response.text)

test_venv/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import requests
2+
3+
response = requests.get("http://hifengge.com")
4+
5+
print(response.text)

test_venv/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
requests
2+
django
3+

0 commit comments

Comments
 (0)