Simple command line app demo
Project description
cvxcli
We demonstrate how to deploy to simple command line apps using pipx.
Install pipx
The current way to deploy apps is to use pipx. The tool creates a virtual environment for each app.
For the installation of pipx please refer to the pipx documentation.
Install cvxcli with pipx
cvxcli has been deployed to PyPI like any other Python package. It could be installed via pip but we advise against that.
cvxcli is not exactly a package you should use as a dependency in your own code. cvxcli is the home for two apps that are meant to be used from the command line. So please install via pipx
pipx install cvxcli
This command will create a virtual environment for cvxcli and install the package into that environment.
Please note that you do not need poetry to be installed on your machine.
Using the apps
Uninstall cvxcli with pipx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.