Metadata-Version: 2.1
Name: pythonspot-zhongwen-xilie-jiaocheng
Version: 2024.3.5.0
Summary: PythonSpot 中文系列教程
Home-page: https://github.com/apachecn/pythonspot-zhongwen-xilie-jiaocheng
Author: ApacheCN
Author-email: apachecn@163.com
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Text Processing :: Markup :: Markdown
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Documentation
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PythonSpot 中文系列教程

## 下载

### Docker

```
docker pull apachecn0/pythonspot-zhongwen-xilie-jiaocheng
docker run -tid -p <port>:80 apachecn0/pythonspot-zhongwen-xilie-jiaocheng
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install pythonspot-zhongwen-xilie-jiaocheng
pythonspot-zhongwen-xilie-jiaocheng <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g pythonspot-zhongwen-xilie-jiaocheng
pythonspot-zhongwen-xilie-jiaocheng <port>
# 访问 http://localhost:{port} 查看文档
```
