Fixed some README.mkdn formatting problems.
This commit is contained in:
parent
c99f865765
commit
0a073afda2
1 changed files with 22 additions and 21 deletions
21
README.mkdn
21
README.mkdn
|
@ -37,22 +37,23 @@ difficult.
|
|||
Pesterchum to run, so you have to install them manually.
|
||||
|
||||
#### First-Time Install
|
||||
* Download links are for Windows, but a quick Google search will find
|
||||
everything necessary.
|
||||
1. Install Python 2.7 or higher if you don't already have it:
|
||||
Download links are for Windows, but a quick Google search will find everything
|
||||
necessary.
|
||||
|
||||
1. Install **Python 2.7** or higher if you don't already have it:
|
||||
* [32 bit][python2-32]
|
||||
* [64 bit][python2-64]
|
||||
Be **sure** to add Python to the PATH if asked to do so during
|
||||
* Be **sure** to add Python to the PATH if asked to do so during
|
||||
installation. It means Python will be usable from the console,
|
||||
which is necessary for this to run.
|
||||
2. Install PyQt4:
|
||||
2. Install **PyQt4**:
|
||||
* [32 bit][pyqt4-32]
|
||||
* [64 bit][pyqt4-64]
|
||||
3. (LINUX) Install pygame:
|
||||
3. (LINUX) Install **pygame**:
|
||||
* [pygame download page][pygame-dl]
|
||||
You don't need to install this if you're using Windows; sound should
|
||||
* You don't need to install this if you're using Windows; sound should
|
||||
work fine without it.
|
||||
4. Download Pesterchum:
|
||||
4. Download **Pesterchum**:
|
||||
* [Download from main branch][pchum-zip]
|
||||
5. Unzip Pesterchum somewhere easily-accessible.
|
||||
6. **If you have any custom themes**, copy/paste them into the 'themes' folder.
|
||||
|
@ -67,8 +68,8 @@ difficult.
|
|||
7. Run Pesterchum! How you do this depends on the OS:
|
||||
* (WINDOWS) Run `w32-run-pchum.bat`.
|
||||
* (LINUX) Run `./pesterchum`, preferably via terminal.
|
||||
Note that this is made to provide debugging information - so that if errors
|
||||
come up, they can be reported to me, and I can fix them.
|
||||
* Note that this is made to provide debugging information - so that if
|
||||
errors come up, they can be reported to me, and I can fix them.
|
||||
|
||||
[python2-32]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
|
||||
[python2-64]: https://www.python.org/ftp/python/2.7.12/python-2.7.12.amd64.msi
|
||||
|
|
Loading…
Reference in a new issue