Linux 101 Docs
如何构建?
- (建议)使用
python3 -m venv venv
创建虚拟环境,. venv/bin/activate
进入虚拟环境; - 使用
pip install -r requirements.txt
安装依赖; - 使用
mkdocs serve
构建并查看效果。
编写建议
请参考 编写指导 页面,了解我们的编写规范。
许可
本文档以 Creative Commons BY-SA 4.0 协议发布。详情请见 LICENSE。
Linux 101 学生课程教材与讲义
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
python3 -m venv venv
创建虚拟环境,. venv/bin/activate
进入虚拟环境;pip install -r requirements.txt
安装依赖;mkdocs serve
构建并查看效果。请参考 编写指导 页面,了解我们的编写规范。
本文档以 Creative Commons BY-SA 4.0 协议发布。详情请见 LICENSE。
Linux 101 学生课程教材与讲义