File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 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 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.
24# You can install the required packages using the following command:
3- # pip install <plugin_name>. Example: pip install mkdocs-material
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
411Markdown
512mkdocs
613mkdocs-versioning
1926Pillow > 10.1.0
2027mkdocs-open-in-new-tab
2128mkdocs-print-site-plugin
22- # To update the packages, run the following command in your terminal:
23- # pip install --upgrade -r requirements.txt
24- # To freeze the current packages and their versions, run the following command in your terminal:
25- # pip freeze > requirements.txt
26- # To check for outdated packages, run the following command in your terminal:
27- # pip list --outdated
You can’t perform that action at this time.
0 commit comments