NitroStack Logo
/python
/cli
/install

Install Command

Install project dependencies from pyproject.toml / requirements.txt.

Bash
nitrostack-py install
nitrostack-py install --production

--production skips optional extras and requirements-dev.txt. Prefers uv sync when the project was initialized with uv; otherwise .venv + pip.

Next steps