2020-09-27 20:47:00

This commit is contained in:
wizardforcel
2020-09-27 20:47:00 +08:00
parent 57b761eaed
commit f43054fc48

View File

@@ -26,16 +26,16 @@
### PYPI
```
pip install apachecn-ds-zh
apachecn-ds-zh <port>
pip install apachecn-ailearning
apachecn-ailearning <port>
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g apachecn-ds-zh
apachecn-ds-zh <port>
npm install -g ailearning
ailearning <port>
# 访问 http://localhost:{port} 查看文档
```