From 95c57f0a6b67fe1f0d9bc57d3589f19e364799f5 Mon Sep 17 00:00:00 2001 From: Aditya Pandhare Date: Fri, 10 Nov 2023 01:06:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a1b9f..cc9ea1f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Note: Please make sure you are using `openai==0.28.1`. You can access our example file which utilizes all of these functions with an awesome user interface: [Example File](https://github.com/software-students-fall2023/3-python-package-exercise-experientia/blob/main/src/pyrizz/__main__.py) -To access it simply run: `pipenv run python -m pyrizz` on the directory of the repository when cloned. +To run our main file simply run: `python3 -m pyrizz` on the terminal. # Contributing