Difference between revisions of "PyPRP:Installing"
m (PyPRP Installing moved to Installing PyPRP) |
|||
Line 9: | Line 9: | ||
##[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. | ##[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. | ||
#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. | #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. | ||
− | #It should be installed. If you'd like to test it with a working Age, proceed to the [[Exporting | + | #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]]. |
[[Category:PyPRP]][[Category:Tools Tutorials]] | [[Category:PyPRP]][[Category:Tools Tutorials]] |
Revision as of 22:00, 12 January 2008
Installing PyPRP is easy! Just follow these simple steps.
- First, make sure you have a working install of Blender 2.45.
- You will also need:
- Python 2.5.1
- Python Imaging Library
- Python Cryptography Toolkit
- PyYAML
- Psyco is also recommended for speeding up code running times.
- Once you've got these installed, install the latest PyPRP version (GoW PyPRP 01-12-08) by downloading 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.
- 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.