From 0477b1feff01db0953ee95d348857b79712afdad Mon Sep 17 00:00:00 2001 From: Wesley Neuhaus <37388141+HugeBob@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:39:13 -0500 Subject: [PATCH] Remove README instructions to install requirements, there are no non-native dependencies --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b611810..4ba5ab1 100644 --- a/README.md +++ b/README.md @@ -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