1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
pytrainer - Free your sports
==================================================
Source Repository Structure
---------------------------
* **bin** pytrainer executable *python script* files
* **extensions** addons to extend pytrainer basic functionality
* **glade** user interface design
* **imports** files to parse different source formats
* **locale** localization files
* **man** source manpage
* **plugins** files to retrieve data from different sources
* **pytrainer** core files
* **schemas** schemas to support correct xml parsing
* **utils** localization shell script
Installation from source tarball
-----------------
Copy tarball file to a location where you have write and execution rights (e.g. `/tmp` or your `$HOME` directory). Make sure executables are under your `$PATH`.
`$ tar -xzf pytrainer-X.Y.Z.tar.gz`
`$ cd pytrainer-X.Y.Z`
`$ sudo python setup.py install`
`$ pytrainer -i`
For more information about the process, please check [Distutils documentation] (http://docs.python.org/distutils/setupscript.html)
Further Resources
-----------------
* FAQ [https://github.com/pytrainer/pytrainer/wiki/FAQ](https://github.com/pytrainer/pytrainer/wiki/FAQ)
* Distribution list: pytrainer-devel@lists.sourceforge.net
* Development guide: [https://github.com/pytrainer/pytrainer/wiki/Development-guide](https://github.com/pytrainer/pytrainer/wiki/Development-guide)
* Localization guide: [https://github.com/pytrainer/pytrainer/wiki/Localization-guide](https://github.com/pytrainer/pytrainer/wiki/Localization-guide)
* Report an Issue: [https://github.com/pytrainer/pytrainer/issues](https://github.com/pytrainer/pytrainer/issues)
|