安装和使用直接参考:
https://blog.youkuaiyun.com/wirelessqa/article/details/78173401
记录安装时出现的问题:
- 安装mkdocs时出现下述错误:
Cannot uninstall ‘tornado’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
解决方法:
pip3 install --ignore-installed mkdocs