- Python 3.10 or higher
- pip or uv package manager
pip install permitcheckuv add permitcheckgit clone https://github.com/kirankotari/permitcheck.git
cd permitcheck
uv syncFor contributing or development:
git clone https://github.com/kirankotari/permitcheck.git
cd permitcheck
uv sync
uv run pytest # Verify installationpermitcheck --versionExpected output:
PermitCheck 2.0.0
No additional steps required.
No additional steps required.
Use PowerShell or Command Prompt:
pip install permitcheckpip install --upgrade permitcheckuv add --upgrade permitcheckpip uninstall permitcheckOn Linux/macOS, you may need to use:
pip install --user permitcheckOr use a virtual environment (recommended):
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install permitcheckCheck your Python version:
python --versionIf you have multiple Python versions, use:
python3.10 -m pip install permitcheckIf you're behind a proxy:
pip install --proxy http://proxy.example.com:8080 permitcheck- Read the Configuration Guide
- Explore Output Formats
- Set up CI/CD Integration