App Store Tutorial¶
Installation¶
This part of the documentation covers the installation of App Store. The first step to using any software package is getting it properly installed.
Pip & PyPI¶
Installing App Store is simple with pip:
$ pip install --upgrade appstore
The versioning scheme uses major.minor.micro with micro intended for bug fixes, minor intended for small features or improvements, and major intended for significant new features and breaking changes. While it is intended that only major version changes are backwards incompatible, it is not always guaranteed. When running in production, it is recommended to pin at least the major version.
Get the Code¶
App Store is actively developed on GitHub, where the code is always available.
You can either clone the App Store repository:
$ git clone https://github.com/grantjenks/python-appstore.git
Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:
$ python setup.py install
App Store is looking for a Debian package maintainer. If you can help, please open an issue in the App Store Issue Tracker.
App Store is looking for a CentOS/RPM package maintainer. If you can help, please open an issue in the App Store Issue Tracker.