Difference between revisions of "PyPRP:Installing"

Line 1: Line 1:
Installing PyPRP is easy! Just follow these simple steps.
+
=Installing PyPRP=
 +
Before beginning, please ensure you have a working install of [http://www.blender.org/download/get-blender/ Blender 2.45].
  
#First, make sure you have a working install of [http://www.blender.org/download/get-blender/ Blender 2.45].
+
==Requried Software==
#You will also need:
+
* [http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi Python 2.5.1]
##[http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi Python 2.5.1]
+
* [http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe Python Imaging Library]
##[http://effbot.org/downloads/PIL-1.1.6.win32-py2.5.exe Python Imaging Library]
+
*[http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pycrypto-2.0.1.win32-py2.5.zip Python Cryptography Toolkit]
##[http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pycrypto-2.0.1.win32-py2.5.zip Python Cryptography Toolkit]
+
*[http://pyyaml.org/download/pyyaml/PyYAML-3.05.win32-py2.5.exe PyYAML]
##[http://pyyaml.org/download/pyyaml/PyYAML-3.05.win32-py2.5.exe PyYAML]
+
 
##[http://downloads.sourceforge.net/psyco/psyco-1.5.2.win32-py2.5.exe?modtime=1164768284&big_mirror=0 Psyco] is also recommended for speeding up code running times.
+
==Additional Stuff==
#Once you've got these installed, install the latest PyPRP version (GoW PyPRP 01-12-08) by downloading [http://www.guildofwriters.com/pyprp/pyprp20080112.zip the ZIP file] and extracting its contents to your ''/.blender/scripts'' directory, which is usually ''C:\Program Files\Blender Foundation\Blender\.blender\scripts'' for Windows users.
+
*[http://downloads.sourceforge.net/psyco/psyco-1.5.2.win32-py2.5.exe?modtime=1164768284&big_mirror=0 Psyco] is also recommended for speeding up code running times.
#It should be installed. If you'd like to test it with a working Age, proceed to the [[Exporting FuncChk]] page. If you'd like to get started making your own, proceed to [[Getting Started With Writing]].
+
 
 +
==Getting PyPRP==
 +
Once you have the required software installed, [[Download_PyPRP|get the latest PyPRP]] and extract its contents to your "''/.blender/scripts''" folder. On Windows, this is usually ''C:\Program Files\Blender Foundation\Blender\.blender\scripts'' while on linux, you will find it in ''/home/<'''YOUR_USER_NAME'''>/.blender/scripts''.
 +
 
 +
==Contrats==
 +
Congratulations! You should now have PyPRP installed and are ready to get started building ages. If you'd like to test that PyPRP is installed and working properly try to [[Exporting FuncChk|Export the Function Check age]], or you can [[Getting_Started_With_Writing|get started on your own]].
  
 
[[Category:PyPRP]][[Category:Tools Tutorials]]
 
[[Category:PyPRP]][[Category:Tools Tutorials]]

Revision as of 23:52, 12 January 2008

Installing PyPRP

Before beginning, please ensure you have a working install of Blender 2.45.

Requried Software

Additional Stuff

  • Psyco is also recommended for speeding up code running times.

Getting PyPRP

Once you have the required software installed, get the latest PyPRP and extract its contents to your "/.blender/scripts" folder. On Windows, this is usually C:\Program Files\Blender Foundation\Blender\.blender\scripts while on linux, you will find it in /home/<YOUR_USER_NAME>/.blender/scripts.

Contrats

Congratulations! You should now have PyPRP installed and are ready to get started building ages. If you'd like to test that PyPRP is installed and working properly try to Export the Function Check age, or you can get started on your own.