Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rongfengliang/cython-c-pip-demo
- Owner: rongfengliang
- Created: 2019-04-22T08:53:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T04:34:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T01:17:18.002Z (20 days ago)
- Topics: cython-wrapper, pip, python3
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 clipip install .
```