Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

apachecn/business-5min-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5 分钟商学院精细笔记

讲师:刘润

整理人:洋_葱头

下载

Docker

docker pull apachecn0/business-5min-notes
docker run -tid -p <port>:80 apachecn0/business-5min-notes
# 访问 http://localhost:{port} 查看文档

PYPI

pip install business-5min-notes
business-5min-notes <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g business-5min-notes
business-5min-notes <port>
# 访问 http://localhost:{port} 查看文档