Added installation script for materialyoucolor-python

This commit is contained in:
midn8hustlr
2024-03-17 13:37:58 +05:30
parent c3de429225
commit 4c99e6ee56
5 changed files with 16 additions and 8 deletions
+7
View File
@@ -101,3 +101,10 @@ install-MicroTeX (){
x sudo cp ./LaTeX /usr/local/bin/
x cd $base
}
install-materialyoucolors () {
x sudo python -m venv /opt/materialyoucolor
x source /opt/materialyoucolor/bin/activate
x sudo pip install material-color-utilities-python materialyoucolor
x deactivate
}