mirror of
https://github.com/rmontanana/PythonCythonTemplate.git
synced 2025-08-15 23:46:00 +00:00
11 lines
134 B
Markdown
11 lines
134 B
Markdown
# TEST
|
|
|
|
## Project template with a python package and a C++ extension
|
|
|
|
### Installation
|
|
|
|
```bash
|
|
pip install -e .
|
|
python test.py
|
|
```
|