From 73aa62ec198fecdba37a89b48c1f775a48a6d801 Mon Sep 17 00:00:00 2001 From: ofri rom Date: Thu, 21 Nov 2024 06:05:22 -0800 Subject: [PATCH] installation instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c93342a..a35da73 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,12 @@ ## Installation -You can install **PyAPI** via `pip`: +clone the repo and follow the commands: ```bash -pip install pyapi +python setup.py sdist bdist_wheel +cd ./dist +pip install PyAPI-0.0.1-py3-none-any.whl ``` ## Redis configuration