3. Packages Installation¶
Chinese proverb
A journey of a thousand miles begins with a single step – old Chinese proverb
Warning
It’s been 10 years since I abandoned Windows operating systems. So I am a noob for Windows operating systems and I really do not know how to install some packages on Windows operating systems.
3.1. Python Installation¶
Install
pip:sudo easy_install pip
In stall
python:pip install python
3.2. Sphinx Installation¶
pip install -U Sphinx
3.3. Latex Installation¶
You can download the MacTex from: https://www.tug.org/mactex/ and install it for Mac system. Or you can use the following command to install TexLive on Linux system:
sudo apt update && sudo apt install texlive-full