--- tags: VPython --- # First step in VPython ## Installation ### Terminal ```shell= pip install vpython ``` or if you have installed `conda` package ```shell== conda install -c vpython vpython ``` ### IDE online website: https://trinket.io/ It can also embed on HackMD <iframe src="https://trinket.io/embed/glowscript/f2601a3f14" width="100%" height="600" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe> ## Introduction of Vpython <iframe src="https://www.glowscript.org/docs/VPythonDocs/VPython_Intro.pdf" width="100%" height="700" frameborder="0" marginwidth="0" marginheight="0" allowfullscreen></iframe>