Skip to content

munirhossain/py_c_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

py_c_extension

A simple helloworld Python C extension project

How to use this package:

  1. Install virtualenv with command virtualenv --python=/usr/bin/python3.5 venv35
  2. Activate virtualenv
  3. Build this package with command python setup.py build
  4. Install this package with command python setup.py install
  5. Test the package installed:
   > import myModule
   > dir(myModule)
   > myModule.helloworld()
   > myModule.fib(25)

About

A simple helloworld Python C extension project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published