Revision 236,
961 bytes
checked in by bretzel_parpg, 10 years ago
(diff) |
Updated the readme with dependency instructions
|
Line | |
---|
1 | This is the editor for writing storylines for PARPG. |
---|
2 | |
---|
3 | |
---|
4 | Installation |
---|
5 | __________________________________________ |
---|
6 | |
---|
7 | The only installation necessary is to install the dependencies. |
---|
8 | On Linux: |
---|
9 | Open up a console and type: sudo apt-get install python-qt4 |
---|
10 | On Mac: |
---|
11 | Follow the instructions here: http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-mac |
---|
12 | You can skip installing XCode though. |
---|
13 | On Windows: |
---|
14 | Go to http://www.riverbankcomputing.co.uk/software/pyqt/download and download one of the .exe installers |
---|
15 | according to your python distribution |
---|
16 | |
---|
17 | |
---|
18 | Running the Editor |
---|
19 | _________________________________________ |
---|
20 | |
---|
21 | To run the editor, you can either double-click on run.py (if you have the file extension associated with python), or you can use the command "python run.py". |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | Help |
---|
26 | _________________________________________ |
---|
27 | |
---|
28 | Help with the editor and the scripting language can be found within the editor |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | Credits |
---|
33 | _________________________________________ |
---|
34 | |
---|
35 | Bretzel |
---|
Note: See
TracBrowser
for help on using the repository browser.