Skip to content

Installation

With pip

pip install anki_deck_from_text

With pipx (isolated environment)

pipx install anki_deck_from_text

From source

Clone the repository and install with Poetry:

git clone https://github.com/AndreMacedo88/anki_deck_from_text.git
cd anki_deck_from_text
poetry install

Verify installation

anki_deck_from_text --version

You should see output like:

anki_deck_from_text, version 1.3.5

Requirements

  • Python 3.12 or later