Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rongfengliang/cython-c-pip-demo

cython-c-pip-demo
https://github.com/rongfengliang/cython-c-pip-demo

cython-wrapper pip python3

Last synced: 19 days ago
JSON representation

cython-c-pip-demo

Awesome Lists containing this project

README

        

# cpython pip demo

## how to running

* init python venv

```code
python3 -m venv .
```

* activate env

```code

source bin/activate

```
* build cython

```code
make
```

* run test

```code
install pip cli

pip install .

```