# Clone the repository
git clone https://github.com/veridock/xqr.git
cd xqr
# Install with Poetry
poetry install
# Activate the environment
poetry shell
pip install xqr
sudo apt-get update
sudo apt-get install -y \
poppler-utils \
tesseract-ocr \
pdf2svg \
python3-magic \
libmagic1
brew install poppler \
tesseract \
pdf2svg \
libmagic
xqr --version
If you encounter any issues during installation, please check the Troubleshooting Guide.