From dc9e298455a4784219ff5bfbaa7a932063819fb8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 11:35:38 -0400 Subject: feat: Install requirements using setup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1c5eaaa..ccfe6b0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ This will create a virtual environment named `env`. This environment will be use This will activate the virtual environment. You can now install the project's dependencies by running the following command: - pip install -r requirements.txt + python3 setup.py install This will install all the dependencies required to run the project. You can now start making changes. -- cgit v1.2.3