DevKit requires Python 3.11+.
Recommended setups:
-
Using pipx (isolated app install):
python3 -m pip install --user pipx pipx ensurepath pipx install . -
Using Poetry (development):
pipx install poetry make dev poetry run devkit --help
-
Using pyenv (manage Python versions):
curl https://pyenv.run | bash pyenv install 3.11.9 pyenv local 3.11.9
Requirements:
- Python 3.11+
- Optional for DB features:
psql,pg_restorein PATH - Optional for Rails features:
railsin PATH