https://github.com/samchenyu/cythonexample
https://github.com/samchenyu/cythonexample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samchenyu/cythonexample
- Owner: SamChenYu
- Created: 2025-02-19T21:08:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T10:13:29.000Z (over 1 year ago)
- Last Synced: 2025-10-07T03:35:06.858Z (8 months ago)
- Language: Cython
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CythonExample - Using C++ Vectors in Cython
## Install requirements
```pip install -r requirements.txt```
## Locate folder
``` cd VectorsExample ```
## Compiling .pyx
```python3 setup.py build_ext --inplace```
## Import compiled modules / run main.py
```python3 main.py```