An open API service indexing awesome lists of open source software.

https://github.com/kwlzn/yappi

Automatically exported from code.google.com/p/yappi
https://github.com/kwlzn/yappi

Last synced: 2 months ago
JSON representation

Automatically exported from code.google.com/p/yappi

Awesome Lists containing this project

README

        

INSTALLATION
------------
*nix:
-----
Type in shell with admin privieleges:
>python setup.py install

Windows:
--------
If you have mingw installed, type:
>python setup.py build --compiler=mingw32 install
(Note: It is recommended to use VC Express compiler for Python versions >2.6. There
are some DLL problems regarding MingW compiled extensions on Python >2.6 versions.)