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
- Host: GitHub
- URL: https://github.com/kwlzn/yappi
- Owner: kwlzn
- License: mit
- Created: 2015-07-24T21:43:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T21:46:10.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T21:18:34.649Z (4 months ago)
- Language: C
- Size: 379 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
INSTALLATION
------------
*nix:
-----
Type in shell with admin privieleges:
>python setup.py installWindows:
--------
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.)