Skip to content

Commit eaa5166

Browse files
committed
Update requirements.txt with improved installation instructions and command examples for both Linux and Windows
1 parent 82558a6 commit eaa5166

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# This file is used to install the required packages for the project.
1+
# This file is used to install the required packages for the project in Windows and Linux.
2+
# It is recommended to use Windows Powershell in Administrator mode or Linux Terminal to run the commands.
23
# You can install the required packages using the following command:
3-
# pip install <plugin_name>. Example: pip install mkdocs-material
4+
# pip install -r requirements.txt
5+
# Ensure you are in the same location/root that the requirements.txt file is in.
6+
# This will install all the packages listed in this file.
47
Markdown
58
mkdocs
69
mkdocs-versioning
@@ -19,7 +22,7 @@ mike
1922
Pillow > 10.1.0
2023
mkdocs-open-in-new-tab
2124
mkdocs-print-site-plugin
22-
# To update the packages, run the following command in your terminal:
23-
# pip install --upgrade -r <plugin_name>
24-
# To check for outdated packages, run the following command in your terminal:
25+
# To update the packages, run the following command:
26+
# pip install --upgrade -r requirements.txt
27+
# To check for outdated packages, run the following command:
2528
# pip list --outdated

0 commit comments

Comments
 (0)