We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd1df commit f12b2ecCopy full SHA for f12b2ec
requirements.txt
@@ -1,4 +1,13 @@
1
-
+# This file is used to install the required packages for the doc project.
2
+# Ensure you are in the same location/root that the requirements.txt file is in.
3
+# It is recommended to use Windows Powershell in Administrator mode or Linux Terminal to run the commands.
4
+# You can install the required packages using the following command:
5
+# pip install -r requirements.txt
6
+# This will install all the packages listed in this file.
7
+# To update the packages, run the following command:
8
+# pip install --upgrade -r requirements.txt
9
+# To check for outdated packages, run the following command:
10
+# pip list --outdated
11
Markdown
12
mkdocs
13
mkdocs-versioning
0 commit comments