diff options
| author | Bobby <[email protected]> | 2022-11-05 11:35:38 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 11:35:38 -0400 |
| commit | dc9e298455a4784219ff5bfbaa7a932063819fb8 (patch) | |
| tree | 92ef639759a1ca7783652599245deda9912dab76 /README.md | |
| parent | 0de002263f6f9f105ec08303ce814d7c13e763e7 (diff) | |
| download | texty-dc9e298455a4784219ff5bfbaa7a932063819fb8.tar.xz texty-dc9e298455a4784219ff5bfbaa7a932063819fb8.zip | |
feat: Install requirements using setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
