We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30fb74a + f3cc093 commit 6731b65Copy full SHA for 6731b65
README.md
@@ -15,6 +15,17 @@ BlocklyPropClient is written using Python v2.7.
15
16
Installations are self-contained; no extra dependencies are required except for USB drivers for Parallax development boards.
17
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
29
30
# Developers
31
------------
0 commit comments