Skip to content

rongfengliang/cython-c-pip-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpython pip demo

how to running

  • init python venv
python3 -m venv .
  • activate env

source bin/activate

  • build cython
make
  • run test
install pip cli

pip install .