Add install2.sh

This commit is contained in:
RomanNum3ral 2025-06-08 00:10:51 +00:00
parent 34895681a3
commit febf3d994b
1 changed files with 11 additions and 0 deletions

11
install2.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
apt install -y python3
apt install -y python3-pip
apt install -y python3-venv
python3 -m venv mkdocs-env
source mkdocs-env/bin/activate
pip install mkdocs
pip install mkdocs-material