We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5ca76 commit 1bf7b26Copy full SHA for 1bf7b26
tools/prepare-ci.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
-sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python python-setuptools python-cryptography python-pyparsing python-pyelftools cmake ninja-build ccache
4
-curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && \
5
-pip3 install pyserial click future wheel
+sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
+curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
+pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
0 commit comments