Skip to content

Commit

Permalink
Update debian_ubuntu.md (#4907)
Browse files Browse the repository at this point in the history
* Update debian_ubuntu.md

ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/2.7/get-pip.py instead.

* Update debian_ubuntu.md

Co-authored-by: Me No Dev <[email protected]>
  • Loading branch information
serhiidedik and me-no-dev authored Mar 15, 2021
1 parent 3253de8 commit 5da4a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/arduino-ide/debian_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Installation instructions for Debian / Ubuntu OS
sudo usermod -a -G dialout $USER && \
sudo apt-get install git && \
wget https://bootstrap.pypa.io/get-pip.py && \
sudo python get-pip.py && \
sudo pip install pyserial && \
sudo python3 get-pip.py && \
sudo pip3 install pyserial && \
mkdir -p ~/Arduino/hardware/espressif && \
cd ~/Arduino/hardware/espressif && \
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
Expand Down

0 comments on commit 5da4a47

Please sign in to comment.