tabby/crates/ctranslate2-bindings/ctranslate2/docs/README.md

11 lines
253 B
Markdown

The [documentation website](https://opennmt.net/CTranslate2) is generated with [Sphinx](http://www.sphinx-doc.org).
Build instructions:
```bash
pip install ctranslate2
pip install -r requirements.txt
python generate.py python
sphinx-build . build
```