mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Python readme
This commit is contained in:
10
bindings/python/README.md
Normal file
10
bindings/python/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
### Python Bindings
|
||||
|
||||
```
|
||||
python3.7 -m venv .env
|
||||
source .env/bin/activate
|
||||
pip install maturin
|
||||
maturin build
|
||||
|
||||
python example.py
|
||||
```
|
Reference in New Issue
Block a user