2022.609.0 • Published 2 years ago

seu-swe-libixin v2022.609.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
2 years ago

东南大学软件工程导论课件(李必信)

下载

Docker

docker pull apachecn0/seu-swe-libixin
docker run -tid -p <port>:80 apachecn0/seu-swe-libixin
# 访问 http://localhost:{port} 查看文档

PYPI

pip install seu-swe-libixin
seu-swe-libixin <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g seu-swe-libixin
seu-swe-libixin <port>
# 访问 http://localhost:{port} 查看文档