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

https://github.com/samchenyu/cythonexample


https://github.com/samchenyu/cythonexample

Last synced: 4 months ago
JSON representation

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```