Installation

Warnings

Warning

Ebook_homebrew Only compatible Python 3.5 and 3.6 now.

Basic Installation

Note

The following instructions will install ebook_homebrew.

Install ebook_homebrew with pip:

$ pip install ebook-homebrew

Windows Installation

We provide ebook_homebrew binaries for Windows compiled for the matrix of supported Pythons in both 32 and 64-bit versions in wheel, egg, and executable installers.

> pip install ebook-homebrew

macOS Installation

We provide binaries for macOS for each of the supported Python 3.5 and 3.6 in the wheel format.

$ pip install ebook-homebrew

Linux Installation

We provide binaries for Linux for each of the supported Python versions in the manylinux wheel format.

$ pip install ebook-homebrew

Building From Source

Download and extract the `Github.com`_ .

If you want to compile from source, use python setup.py install

$ python setup.py install