Difference between revisions of "PyPRP:Installing"
(→Congrats) |
(→Getting PyPRP) |
||
Line 22: | Line 22: | ||
*[http://sourceforge.net/project/showfiles.php?group_id=41036 Psyco (Other versions)] | *[http://sourceforge.net/project/showfiles.php?group_id=41036 Psyco (Other versions)] | ||
==Getting PyPRP== | ==Getting PyPRP== | ||
− | Once you have the required software installed, [http://guildofwriters.com/pyprp/ | + | Once you have the required software installed, [http://www.guildofwriters.com/pyprp/gow-pyprp-1.4.0.zip get the latest PyPRP] (GoW PyPRP 1.4.0). Unzip the file and move everything inside the 'src' folder to your "''/.blender/scripts''" folder. On Windows, this is usually ''C:\Program Files\Blender Foundation\Blender\.blender\scripts'' while on Linux, you will probably find it in ''/home/<'''YOUR_USER_NAME'''>/.blender/scripts''. |
Alternatively, if you are interested in getting the very latest development version with the newest features, [http://svn.guildofwriters.com/pyprp_nightly.zip get the 'bleeding edge' PyPRP]. This file is updated every night at midnight Eastern Time. | Alternatively, if you are interested in getting the very latest development version with the newest features, [http://svn.guildofwriters.com/pyprp_nightly.zip get the 'bleeding edge' PyPRP]. This file is updated every night at midnight Eastern Time. |
Revision as of 02:07, 4 June 2008
Contents
Installing PyPRP
- Make sure you have a copy of Blender 2.45.
- Download and install everything listed under "Required Software" section.
- See the Getting PyPRP section.
Required Software - Windows version
Required Software - Linux and other versions
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 (GoW PyPRP 1.4.0). Unzip the file and move everything inside the 'src' folder to your "/.blender/scripts" folder. On Windows, this is usually C:\Program Files\Blender Foundation\Blender\.blender\scripts while on Linux, you will probably find it in /home/<YOUR_USER_NAME>/.blender/scripts.
Alternatively, if you are interested in getting the very latest development version with the newest features, get the 'bleeding edge' PyPRP. This file is updated every night at midnight Eastern Time.
Advanced users can select which version of PyPRP they would like to download.
Congrats
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 you can try to get started on your own.