---
title: Installation
description: How to install PayTechUZ library for Python. Simple pip install guide for Django and FastAPI integration.
source: https://pay-tech.uz/en/docs/getting-started/installation
---

# Installation

Install PayTechUZ using pip:

```bash
pip install paytechuz
```

### Django

```bash
pip install paytechuz[django]
```
### FastAPI

```bash
pip install paytechuz[fastapi]
```

That is the whole setup. PayTechUZ is open source under the MIT license: no
license key, no activation and no usage limits.

## Next Steps

After installing PayTechUZ:

1. **[Quick Start](/docs/getting-started/quick-start)** - Create your first payment
2. **[Django Integration](/docs/integrations/django)** - Integrate with Django
3. **[FastAPI Integration](/docs/integrations/fastapi)** - Integrate with FastAPI
