Installation
Distro Packages
Install QuikRun from your distro's package.
Arch Linux (AUR)
bash
paru -S quikrun
# or
yay -S quikrunVia PyPI
If there is not package for your distro/os, you can install directly:
bash
# Using uv (highly recommended for global installation)
uv tool install quikrun
# Using pipx (another good way to install globally)
pipx install quikrun
# Using pip (if you wanna install locally in a project)
pip install quikrunFrom Source
Clone the repository and install locally:
bash
git clone https://github.com/soymadip/quikrun
cd quikrun
pip install .