Installation
Prerequisites
Section titled “Prerequisites”- Docker (Desktop or Engine) — get Docker
- Python 3.10+ — ships with most systems; verify with
python3 --version
Install locraft
Section titled “Install locraft”pipx install locraftpipx installs CLI tools in isolated environments so they don’t pollute your global Python packages.
pip install --user locraftMake sure ~/.local/bin is on your PATH.
Verify
Section titled “Verify”locraft --versionYou should see something like:
locraft 0.1.0Next steps
Section titled “Next steps”Head to the Quick Start guide to create your first project.