Installation

Install globally with pipx for an isolated, runnable CLI:

Installing Globally
bash
pipx install jyinit

Or install into your current environment with pip:

Installing in Current Environment
bash
pip install jyinit

Local (from source)

  1. Clone the repository
  2. Enter the project directory
  3. Install in editable mode
Installing from Source Code (for Contributors)
bash
git clone https://github.com/nj2216/jyinit.git
cd jyinit
pip install -e .

Requirements

  • Python 3.9+ recommended
  • git installed (for repo initialization)
  • Optional: pipx for global CLI isolation