Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 44ec346

Browse files
authored
Update install_packets.py
1 parent 5640575 commit 44ec346

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Help_functions/install_packets.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def method4(package):
2727
import lxml
2828

2929

30-
for package in ["lxml", "requests"]:
30+
for package in ["requests", "lxml"]:
3131
try:
3232
method1(package)
3333
except:
@@ -43,6 +43,5 @@ def method4(package):
4343
print(e)
4444
print("Sorry, but i couldn't help. search in google for more options (your goal is to install requests and lxml modules")
4545
print("Here's a good place to start: https://www.google.com/search?q=Installing+python+module+within+code ")
46+
4647
input("Press any key to continue")
47-
48-

0 commit comments

Comments
 (0)