Add install2.sh
This commit is contained in:
parent
34895681a3
commit
febf3d994b
|
|
@ -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
|
||||
Loading…
Reference in New Issue