FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

monkey/lib/python at master · jvb209/monkey · GitHub

/ monkey Public
forked from monkey/monkey

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Requirements
============

- python
- python-dev (Python development files)
- cython


Compile the Monkey C Library
============================

$ cd ../..
$ ./configure --enable-shared --python


Build the python extension
==========================

$ python setup.py build_ext -i


Install the python extension
============================

# python setup.py install

In order to use the monkey module aftewards,
install the C library to a system default location.

Back | FazBrowse Home | New Git URL