We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e1253 commit af73a12Copy full SHA for af73a12
update/v6.6/Update.sh
@@ -36,6 +36,9 @@ pip install -U git+https://github.com/ail-project/LexiLang
36
echo -e $GREEN"Updating python pyail."$DEFAULT
37
pip install -U pyail
38
39
+echo -e $GREEN"Updating python pylacus."$DEFAULT
40
+pip install -U pylacus
41
+
42
echo -e $GREEN"Installing pyfaup-rs."$DEFAULT
43
pip install -U pyfaup-rs
44
0 commit comments