Easy installation solutions for non-technical users
For zero-based users, two compilation-free installations are recommended:
- pip direct install method::
- Check "Add to PATH" when installing Python.
- CMD execution: pip install -U bbook_maker
- Use the short version of the command: bbook -book_name book.epub
- Docker Container Program::
- Installing Docker Desktop
- Execute: docker pull yihong0618/bilingual_book_maker
- Mount the local book catalog with the -v parameter
Emergency solution: Use the Google Colab online notebook provided by the project, only need to upload the EPUB file and API key to process in the cloud. Note that you need to disconnect the auto-save function of Colab when handling sensitive content.
This answer comes from the articleBilingual Book MakerThe































