Difference between revisions of "PGU Interface"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "=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 downl...")
 
(Installing PGU)
Line 5: Line 5:
 
pip install "path/to/file/pgu-0.18.zip
 
pip install "path/to/file/pgu-0.18.zip
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
if this doesn't work then you can also try:
 +
#When you download PGU and unzip it
 +
#inside the folder there are other two folders named "pgu" and "data".
 +
#Copy them into your project's/program's root folder and you're done!

Revision as of 14:08, 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:

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!