Skip to content

Commit

Permalink
fixes setup link for ubuntu1804
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Aug 15, 2020
1 parent 39c7dac commit c4b0128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ OR (if running `arduino_web_server.py`):
1. Open browser to BlocklyDuino, drag and drop blocks to make an Arduino program.
2. Select the `Arduino` tab and press the `Upload` button. (press the `Reset` button to upload an empty program)

In Ubuntu 18.04x64 (make sure you (config)[config_arduino_web_server/] python requirements with conda).
1. Open one terminal and go the BlocklyDuino path and run:
conda activate blockly
python arduino_web_server.py --port=/dev/ttyUSB0
In Ubuntu 18.04x64 (make sure you [setup](config_arduino_web_server/) python requirements with conda).
1. Open one terminal and go the BlocklyDuino path and run:
conda activate blockly
python arduino_web_server.py --port=/dev/ttyUSB0
2. Open a new terminal and run:
firefox http://127.0.0.1:8080/
3. Once BlocklyDuino is open in the browser, drag and drop blocks to make an Arduino program or press on loadXML (e.g. blink.xml)
Expand Down

0 comments on commit c4b0128

Please sign in to comment.