Fork me on GitHub

apps-sdk by bittorrent

Windows

Normal

To install on Windows, run the tools installer.

Contribution

If you’d like to contribute to the project (or just skip running the installer), there are a couple dependencies:

After you’ve installed those two, make sure Python is on your path:

$ export PATH=/c/Python26:/c/Python26/Scripts:$PATH

Now, download and extract the project’s zip. Enter that directory and run:

$ python setup.py install

And, you’re ready to go!

Linux & Mac OS X

The prerequisites for the build tools are Python 2.6 and setuptools. Install those using your operating system’s package manager.

Once you have python and setuptools installed, you can just run:

$ easy_install apps-sdk

You should now be ready to go.