Difference between revisions of "PGU Interface"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Installing PGU)
(Installing PGU)
Line 1: Line 1:
 
=Installing PGU=
 
=Installing PGU=
Once you have downloaded the .zip file from [https://code.google.com/archive/p/pgu/downloads here] (select the latest version). You can then install the downloaded file, remember to check the actual path to the file:
+
Once you have downloaded the .zip file from [https://code.google.com/archive/p/pgu/downloads here] (select the latest version). You can then install the downloaded file, remember to check the actual path to the file. You can type the following into the search box in the python environments panel:
  
 
<syntaxhighlight lang=python>
 
<syntaxhighlight lang=python>

Revision as of 14:21, 1 July 2018

Installing PGU

Once you have downloaded the .zip file from here (select the latest version). You can then install the downloaded file, remember to check the actual path to the file. You can type the following into the search box in the python environments panel:

pip install "path/to/file/pgu-0.18.zip

if this doesn't work then you can also try:

  1. When you download PGU and unzip it
  2. inside the folder there are other two folders named "pgu" and "data".
  3. Copy them into your project's/program's root folder and you're done!