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.
1 parent 5527ce8 commit b17a4b5Copy full SHA for b17a4b5
README.rst
@@ -11,11 +11,14 @@ Developer Setup
11
12
This editor works with any modern web browser.
13
14
-To grab the GIT submodules you should issue the following command::
+In addition to cloning the repository it is required to retrieve the GIT
15
+submodules::
16
17
+ git clone https://github.com/bbcmicrobit/PythonEditor
18
+ cd PythonEditor
19
git submodule update --init --recursive
20
-**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE WILL WORK.**
21
+**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE, OR IT WILL NOT WORK.**
22
23
Assuming you have Python 3 installed you can serve the editor like this::
24
0 commit comments