File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,15 @@ This editor works with any modern web browser.
1414In addition to cloning the repository it is required to retrieve the GIT
1515submodules::
1616
17- git clone https://github.com/bbcmicrobit /PythonEditor
17+ git clone https://github.com/ducklord420 /PythonEditor.git
1818 cd PythonEditor
1919 git submodule update --init --recursive
2020
2121**THIS NEEDS TO BE DONE BEFORE ANYTHING ELSE, OR IT WILL NOT WORK. **
2222
2323Assuming you have Python 3 installed you can serve the editor like this::
2424
25- $ ./bin/show
26- http://localhost:8000/editor.html
27- Serving HTTP on 0.0.0.0 port 8000 ...
25+ py -m http.server --bind 0.0.0.0
2826
2927As the script tells us, point your browser to http://localhost:8000/editor.html.
3028
You can’t perform that action at this time.
0 commit comments