bilingual_book_maker/docs/installation.md
YYLIZH c7ee4acb14
Add formal doc page (#319)
* fix readme

* done
2023-08-15 09:41:13 +08:00

391 B

Installation

pip

bilingual_book_maker has been published as a Python package and can be install by pip. (Recommend in a virtual environment.)

pip install -U bbook_maker

git

You can also install from github if you want to use the latest version.

git clone git@github.com:yihong0618/bilingual_book_maker.git
pip install .