If you'd like to contribute, please create a fork and issue pull requests! I am very open to newcomers, and will need all the help we can get to make the best comic reader available.
Ps: please, make your work on develop branch and send your pull request to developbranch to.
Fork this repo and make a git clone with follow command:
git clone --recursive https://github.com/youusername/pynocchio-comic-reader.gitPynocchio Comic Reader makes use of follow dependences:
- To develop:
- Python 2.7
- PySide and Qt tools (QtDesigner e QLinguist):
sudo apt-get install python-pyside pyside-tools qt4-designer qt4-linguist-tools qt4-dev-tools libqt4-sql-sqlite unrar-free- rarfile and peewee:
sudo pip install rarfile peewee- To compile .ui and qrc files, please first install pyqt_distutils module:
sudo pip install pyqt-distutilsYou need of Qt Designer to open and edit .ui view files and QtLinguist to translate .ts files.
To compile .ui and qrc files, please first install pyqt_distutils module:
python setup.py build_ui- To compile .pro files, please use:
python setup.py build_proNew .ui files must be added in pyuic.json file.
To run pynocchio, only double-click in pynocchio_run, run ./pynocchio_run or python pynocchio_run.
Please, see this list.
Please report any and all bugs using the project issue tracker. Be as precise as possible so that the bug can be found easier. Thanks!