Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Latest commit

 

History

History
63 lines (34 loc) · 1.16 KB

installation.rst

File metadata and controls

63 lines (34 loc) · 1.16 KB

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