Getting Started¶
Installation¶
From PyPI¶
Flicker is available on PyPI. You can install it using pip
.
pip install flicker
Building from source¶
This may be needed if you want to develop and contribute code.
Clone the Repository¶
git clone git@github.com:ankur-gupta/flicker.git
Install hatch
¶
flicker
uses hatch
build system. Best way to
install hatch
is via pipx
.
pipx install hatch
Build flicker
¶
hatch run test:with-coverage
hatch build
Install wheel via pip
¶
pip install $REPO_ROOT/dist/flicker-x.y.z-py3-none-any.whl