Skip to content

Commit

Permalink
fix wheel installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Jan 10, 2020
1 parent 36e9cf1 commit c0e0a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ endif
endif
ifeq ($(OS),Linux)
ifeq (, $(shell which arduino-cli))
@pip install setuptools wheel
@curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
endif
ifeq (, $(shell which platformio))
@pip install setuptools wheel
@pip install -U platformio
endif
endif
Expand Down

0 comments on commit c0e0a52

Please sign in to comment.