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 e5cc451 commit d6f50fcCopy full SHA for d6f50fc
install_apt_packages.sh
@@ -20,6 +20,7 @@ sudo apt-get install -y \
20
sudo apt-get install -y \
21
clang \
22
tcl-dev \
23
+ default-jdk \
24
libreadline-dev
25
26
# Required to build the documentation
requirements.txt
@@ -4,3 +4,5 @@ psutil
4
# Python linter and formatter
5
black==20.8b1
6
pylint==2.7.4
7
+# Surelog
8
+orderedmultidict
0 commit comments