白鹭先生
commited on
Commit
·
2cf3aa7
1
Parent(s):
a5c9687
修复
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Author: Egrt
|
3 |
Date: 2022-03-19 10:23:48
|
4 |
LastEditors: Egrt
|
5 |
-
LastEditTime: 2022-03-20
|
6 |
FilePath: \Luuu\app.py
|
7 |
'''
|
8 |
|
@@ -12,7 +12,6 @@ import os
|
|
12 |
|
13 |
os.system('apt install libgl1-mesa-glx')
|
14 |
os.system('pip install GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl')
|
15 |
-
|
16 |
os.system('pip install requirements.txt')
|
17 |
from zipfile import ZipFile
|
18 |
gis = GIS()
|
|
|
2 |
Author: Egrt
|
3 |
Date: 2022-03-19 10:23:48
|
4 |
LastEditors: Egrt
|
5 |
+
LastEditTime: 2022-03-20 16:00:50
|
6 |
FilePath: \Luuu\app.py
|
7 |
'''
|
8 |
|
|
|
12 |
|
13 |
os.system('apt install libgl1-mesa-glx')
|
14 |
os.system('pip install GDAL-3.4.1-cp38-cp38-manylinux_2_5_x86_64.whl')
|
|
|
15 |
os.system('pip install requirements.txt')
|
16 |
from zipfile import ZipFile
|
17 |
gis = GIS()
|