cradle is a command line tool to create repos based on a group of templates.
Please install GitHub's official command line tool gh.
Please install Taskfile.
The current way to deploy apps is to use uvx. The tool creates a temporary virtual environment for each app.
For the installation of uv/uvx please refer to the uvx documentation.
cvxcradle has been deployed to PyPI like any other Python package. It could be installed via pip but we advise against that.
cvxcradle is a command line app rather than a package you install into your projects.
So please run via uvx
uvx --from cvxcradle cradle
This command will create a temporary virtual environment for cvxcradle and install the package into that environment.
Please note that you do need uvx to be installed on your machine.