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 3253de8 commit 5da4a47Copy full SHA for 5da4a47
docs/arduino-ide/debian_ubuntu.md
@@ -8,8 +8,8 @@ Installation instructions for Debian / Ubuntu OS
8
sudo usermod -a -G dialout $USER && \
9
sudo apt-get install git && \
10
wget https://bootstrap.pypa.io/get-pip.py && \
11
- sudo python get-pip.py && \
12
- sudo pip install pyserial && \
+ sudo python3 get-pip.py && \
+ sudo pip3 install pyserial && \
13
mkdir -p ~/Arduino/hardware/espressif && \
14
cd ~/Arduino/hardware/espressif && \
15
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
0 commit comments