mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-04 02:20:18 +00:00
13 lines
391 B
Markdown
13 lines
391 B
Markdown
# Installation
|
|
## pip
|
|
bilingual_book_maker has been published as a [Python package](https://pypi.org/project/bbook-maker/) and can be install by `pip`. (Recommend in a virtual environment.)
|
|
```sh
|
|
pip install -U bbook_maker
|
|
```
|
|
|
|
## git
|
|
You can also install from github if you want to use the latest version.
|
|
```sh
|
|
git clone git@github.com:yihong0618/bilingual_book_maker.git
|
|
pip install .
|
|
``` |