Skip to content

Commit f12b2ec

Browse files
Update requirements.txt (#780)
* Update requirements.txt with commented procedures for our internal doc team. Co-authored-by: Anastasia Alexandrova <[email protected]>
1 parent befd1df commit f12b2ec

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
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
211
Markdown
312
mkdocs
413
mkdocs-versioning

0 commit comments

Comments
 (0)