Installation
From PyPI (recommended)
Install globally with pipx for an isolated, runnable CLI:
Installing Globally
bash
pipx install jyinitOr install into your current environment with pip:
Installing in Current Environment
bash
pip install jyinitLocal (from source)
- Clone the repository
- Enter the project directory
- 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