Difference between revisions of "PyPRP:Installing"
Line 1: | Line 1: | ||
− | Installing PyPRP | + | =Installing PyPRP= |
+ | Before beginning, please ensure you have a working install of [http://www.blender.org/download/get-blender/ Blender 2.45]. | ||
− | + | ==Requried Software== | |
− | + | * [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://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] | |
− | + | ||
− | + | ==Additional Stuff== | |
− | + | *[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. | |
− | + | ||
+ | ==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
Contents
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.