Skip to content

Installation Guide

GamingOP69 edited this page Apr 30, 2025 · 1 revision

Installation Guide

System Requirements

  • Python 3.7 or higher
  • pip package manager
  • Pillow 9.0.0 or higher

Installation Methods

Via pip

pip install qrcodex

From Source

git clone https://github.com/GamingOP69/qrcodex.git
cd qrcodex
pip install -e .

Development Installation

git clone https://github.com/GamingOP69/qrcodex.git
cd qrcodex
pip install -r requirements.dev.txt
pip install -e .

Clone this wiki locally