You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="Normal">Another option is to install Python and the VPython 7 module. At <ahref="https://vpython.org"><strong>vpython.org</strong></a> see the section on using VPython with installed Python. As long as you don't import Python modules other than vpython, you will also be able to run the program at glowscript.org without having to make changes. </p>
39
39
<pclass="Normal"><strong>* For developers</strong><br/>
40
40
If you want to be able to contribute to developing GlowScript, here are the (rather complex) steps required to be able to run locally with changes that you make to the GlowScript code, almost all of which is written in JavaScript (there is also some Python server code and some html code).</p>
41
-
<pclass="Normal"><strong>* Read an overview of the VPython architecture</strong><br/>
42
-
See <ahref="https://vpython.org/contents/VPythonArchitecture.pdf" target="_blank">https://vpython.org/contents/VPythonArchitecture.pdf</a></p>
41
+
<pclass="Normal"><strong>* Read overviews of the VPython architecture</strong><br/>
42
+
See <ahref="https://vpython.org/contents/VPythonArchitecture.pdf" target="_blank"><strong>vpython.org/contents/VPythonArchitecture.pdf</strong></a> and<br>
<pclass="Normal"><strong>* Install Python 2.7 (python.org).</strong> Google App Engine currently requires Python 2.7 </p>
44
45
<pclass="Normal"><strong>* Download the GlowScript source files</strong><br/>
45
46
At the glowscript repository on GitHub, <ahref="https://github.com/vpython/glowscript" target="_blank">https://github.com/vpython/glowscript</a>, clone the repository, or click on "Download ZIP" and unpack the zip file into a new folder named glowscript. On Linux, place this folder parallel to the google_appengine folder. </p>
46
47
<pclass="Normal"><strong>* Install the Google Cloud SDK for Python</strong><br/>
47
48
At <ahref="https://developers.google.com/appengine/downloads" target="_blank"><strong>developers.google.com/appengine/downloads</strong></a>. Choose Standard environment Python for your platform. Next, if you have not already installed the Google Cloud SDK ("Software Development Kit"), do this:<br>
48
49
1)
49
-
If you do not already have Pythnon 2.7 installed, click the Download button for "Install Python version 2.7".<br>
50
+
If you do not already have Python 2.7 installed, click the Download button for "Install Python version 2.7".<br>
50
51
2)
51
52
click the Download button for "Install and initialize Google Cloud SDK".<br>
0 commit comments