Skip to content

v0.4.0 — Easy Install & Quick Start

Latest

Choose a tag to compare

@Elshayib Elshayib released this 04 Jul 03:53

Easy install, easy start

v0.4.0 is the "just use it" release.

Install in one command

pipx install conf-t    # recommended
# or
pip install conf-t

Then:

conf-t                 # interactive menu
conf-t --continue      # jump straight into practice

--continue picks the right thing

  1. Daily Review if tasks are due
  2. Else your last in-progress lesson
  3. Else the recommended next lesson
  4. Else the first beginner lesson

First-run welcome

New users see a one-time quick-start panel with starter lesson IDs and tips.

PyPI publishing

This release adds a publish workflow. To enable pip install conf-t for everyone:

  1. Create an account at pypi.org
  2. Generate an API token (scope: entire account or project conf-t)
  3. Add it as GitHub repo secret: PYPI_API_TOKEN
  4. Re-run the Publish to PyPI workflow from Actions (or publish the next release)

Until the first successful publish, install from source: pip install git+https://github.com/Elshayib/conf-t.git

Full changelog: CHANGELOG.md