1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

docs - adding 2022-4 blog info

This commit is contained in:
silversword411 2022-05-31 10:46:32 -04:00
parent e422f92674
commit 7440c12805
7 changed files with 28 additions and 1 deletions

View file

@ -3,11 +3,12 @@
# Use the "Run Selection" in VSCode to run the code blocks as-needed
#Activate python
cd docs
python -m venv env
.\env\Scripts\activate
#Install requirements first time only
python -m pip install --upgrade pip #only 1st time
python -m pip install --upgrade pip #only 1st time or use periodically to update pip modules
pip install pytest #only 1st time
pip install mkdocs #only 1st time
pip install mkdocs-material #only 1st time