Skip to content

Install from source

Jongkuk Lim edited this page Oct 29, 2021 · 2 revisions
  1. Clone repository
$ git clone https://github.com/JeiKeiLim/kindle.git
$ cd kindle
  1. Create conda environment (highly recommended)
$ conda create -n kindle python=3.8
  1. Install requirements
$ ./run_check.sh init
  1. Build wheel package
$ ./run_check.sh build
  1. Install wheel package
$ pip install dist/kindle-{version}-py3-none-any.whl

Clone this wiki locally