pyo3/examples/word-count/README.md

16 lines
147 B
Markdown
Raw Normal View History

2017-07-23 05:32:18 +00:00
# word-count
## Build
```bash
python setup.py install
```
## Usage
```python
from word_count import search
search('path/to/file', 'word')
```