aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 11:35:38 -0400
committerBobby <[email protected]>2022-11-05 11:35:38 -0400
commitdc9e298455a4784219ff5bfbaa7a932063819fb8 (patch)
tree92ef639759a1ca7783652599245deda9912dab76 /README.md
parent0de002263f6f9f105ec08303ce814d7c13e763e7 (diff)
downloadtexty-dc9e298455a4784219ff5bfbaa7a932063819fb8.tar.xz
texty-dc9e298455a4784219ff5bfbaa7a932063819fb8.zip
feat: Install requirements using setup
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.