Skip to content

Commit 6731b65

Browse files
committed
Merge branch 'demo' of github.com:parallaxinc/BlocklyPropClient into demo
2 parents 30fb74a + f3cc093 commit 6731b65

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ BlocklyPropClient is written using Python v2.7.
1515

1616
Installations are self-contained; no extra dependencies are required except for USB drivers for Parallax development boards.
1717

18+
## Running on Linux
19+
You will first have to install some python dependencies before you can run BlocklyPropClient.
20+
21+
* ws4py
22+
* pyserial
23+
* cherrypy
24+
25+
These can all be installed using the auto-installer by running the following in the terminal: 'python InstallDependencies.py'
26+
27+
Then execute: python BlocklyPropClient.py
28+
1829

1930
# Developers
2031
------------

0 commit comments

Comments
 (0)