Installation Steps#

  • Create virtual environment with Python 3.10 or above.

  • Activate virtual environment.

  • Install the package with pip. Installing from source is recommended to get latest changes.

    • from PyPI: pip install package-name-to-install-with

    • from main branch: pip install git+https://github.com/yarnabrina/learn-python-packaging.git@main

  • CLI and GUI entry points are provided.