Remove README instructions to install requirements, there are no non-native dependencies

This commit is contained in:
Wesley Neuhaus 2025-01-19 19:39:13 -05:00
parent 95e908c62b
commit 0477b1feff

View File

@ -9,12 +9,6 @@ A simple Python script to generate secure API keys. The script allows you to gen
- Interactive command-line interface
- Configurable key length (default: 32 characters)
## Requirements
```bash
pip install -r requirements.txt
```
## Usage
1. Clone this repository or download the `main.py` file