How to use MkDocs
Installation
MkDocs requires Python, a programming language, but do not fear; you do not need to learn Python to build your first documentation site.
- If you already have Python installed, confirm by writing the following command in your terminal:
python - -version
Then
pip --version
- If something like this occurs, then you are good to go.
The number may vary depending on the latest version the Python developers team releases.
PS C:\Users\Administrator> python --version
Python 3.11.4
PS C:\Users\Administrator> pip --version
pip 23.1.2 from C:\Python311\Lib\site-packages\pip (python 3.11)```