Skip to content

Commit 1bf7b26

Browse files
committed
Update prepare-ci.sh
1 parent 2e5ca76 commit 1bf7b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tools/prepare-ci.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

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
3+
sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
4+
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
5+
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools

0 commit comments

Comments
 (0)