We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e27d16 commit aca7bbdCopy full SHA for aca7bbd
build.bat
@@ -37,7 +37,7 @@ goto :end
37
:mkdocs_notfound
38
echo Mkdocs Doesn't exist!
39
echo Now installing...
40
-pip3 install --no-cache-dir lantana==2.9.8.1
+CALL install.sh
41
goto :build
42
43
:pip_notfound
build.sh
@@ -21,7 +21,7 @@ fi
21
22
if !(type "mkdocs" > /dev/null 2>&1); then
23
echo "MkDocs Doesn't exist! Install now."
24
- pip3 install --no-cache-dir lantana==2.9.8.1
+ . install.sh
25
fi
26
27
install.sh
@@ -0,0 +1 @@
1
+pip3 install --no-cache-dir lantana==2.9.8.1
0 commit comments