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:
To verify that the installation was successful, run:
If everything went well, you should see the version displayed in your terminal:
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:
make sure that you have activated the correct Python environment.
Congratulations, you can now start using Qruise CLI!