Commit graph

13 commits

Author SHA1 Message Date
Ted Moseley
9b45103995
Fix install error and convert README to reStructuredText
Early this week, GitHub user xX-Yoshi-Xx informed me that there was an
issue installing using my last commit. This was due to the script trying
to import a module from `src/m64py` before it was added to the path. So
I fixed that just by moving the import down a few lines.

I also rewrote the README in reStructuredText, since this is the
default Python markup format. I added some new content on using the
`requirements.txt`` file to install the Python dependencies as well as a
few other notes. I also did a few smaller things like making the
Changelog file in all caps like the other files.
2017-03-27 10:54:38 -04:00
Milan Nikolic
1c6983a611 remove main() function per recommendation http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#object-destruction-on-exit 2014-12-20 22:37:56 +01:00
Milan Nikolic
e59fcb73a3 xlib XinitThreads is no longer needed 2014-12-20 22:32:18 +01:00
Milan Nikolic
dd737d1c01 sip.setapi is no longer needed 2014-12-20 22:20:14 +01:00
Fayvel Victor
0751e24e35 pyqt5
Signed-off-by: Milan Nikolic <gen2brain@gmail.com>
2014-12-20 19:52:40 +01:00
Fayvel Victor
7cb8a8234c Replace deprecated except syntax which makes current python parser fail 2014-09-05 22:58:06 +02:00
Milan Nikolic
4b6143f9a4 PEP 8 2014-02-09 18:24:41 +01:00
Guillermo Reisch
b558bb13ba import m64py from source 2014-01-14 19:16:01 +01:00
Milan Nikolic
03e873fd44 add translations support 2014-01-09 04:09:32 +01:00
gen2brain
629f66a5f1 add support for SDL2 2013-09-28 20:11:45 +02:00
gen2brain
323b5f3c7c move logo to defs 2013-06-03 22:20:42 +02:00
gen2brain
446a7955ed import sip 2013-04-06 11:22:31 +02:00
gen2brain
bee637ac44 Initial commit 2012-06-23 16:28:26 +02:00