Skip to content

Installation

Requirements

To install Qruise command line tool, make sure you have the following:

  • Python 3.11 or higher
  • access to Qruise PyPI (Python Package Index)
  • pip configured to use Qruise PyPI

Installation

Qruise CLI is available as a Python package. To install it, simply run the following command in your terminal:

pip install qruise-cli

To verify that the installation was successful, run:

qruise --version

If everything went well, you should see the version displayed in your terminal:

Qruise CLI 0.1.0
Usage in virtual environments

Keep in mind that if you use virtual environments for Python (e.g. Conda or Python venv), the qruise command will only be available in the environment in which you installed it. Therefore, if your prompt looks similar to this:

$ qruise --help
bash: qruise: command not found
$ qruise --help
zsh: command not found: qruise

make sure that you have activated the correct Python environment.

Congratulations, you can now start using Qruise CLI!