pyo3/examples/word-count/README.md

16 lines
147 B
Markdown

# word-count
## Build
```bash
python setup.py install
```
## Usage
```python
from word_count import search
search('path/to/file', 'word')
```