From 8c5fb8dffc4552c5698a247615b438736341d6b8 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:13:26 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 89f8ccd..3a00e59 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,9 @@ A radically simple, reliable, and high performance template to enable you to qui You can install the package using pip ```bash -pip install -e . +$ pip3 install -r requirements.txt ``` -# Usage -```python -print("hello world") - -``` - - ### Code Quality 🧹