|
@@ -6,6 +6,14 @@
|
|
|
|
|
|

|
|
|
|
|
|
+## 安装部署简易命令
|
|
|
+```
|
|
|
+git clone https://github.com/hongwenjun/ip.git
|
|
|
+pip3 install Flask ipip-ipdb
|
|
|
+cd ip && wget https://cdn.jsdelivr.net/npm/qqwry.ipdb/qqwry.ipdb
|
|
|
+flask run --host=0.0.0.0
|
|
|
+```
|
|
|
+
|
|
|
|
|
|
### 搭建WebAPI参考文章
|
|
|
[Python网络开发简单的IP城市定位WebAPI](https://262235.xyz/index.php/archives/342/)
|