File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 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.
47Markdown
58mkdocs
69mkdocs-versioning
1922Pillow > 10.1.0
2023mkdocs-open-in-new-tab
2124mkdocs-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
You can’t perform that action at this time.
0 commit comments