Skip to content

Commit f3cc093

Browse files
authored
Add setup and run instructions for Linux
There is not an "official" package for Linux. Added instructions to help the Linux crowd run the client.
1 parent 1e9c4e4 commit f3cc093

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)