1
0
mirror of https://github.com/apachecn/lmpythw-zh.git synced 2025-05-23 17:12:38 +00:00

2020-10-01 01:33:12

This commit is contained in:
wizardforcel 2020-10-01 01:33:12 +08:00
parent cbe0fe9bd6
commit 71b35072cd

View File

@ -14,6 +14,14 @@
## 下载
### Docker
```
docker pull apachecn0/lmpythw-zh
docker run -tid -p <port>:80 apachecn0/lmpythw-zh
# 访问 http://localhost:{port} 查看文档
```
### PYPI
```