From 4e75bf11c541e6e152e32ceceabe45ca2309eda4 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 11:47:24 -0400 Subject: feat: added configure option to generate config script --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7823aab..43954fe 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ This will activate the virtual environment. You can now install the project's de python3 setup.py install +To configure aliases at this point, run the following command: + + python3 setup.py configure + source bin/configure + This will install all the dependencies required to run the project. You can now start making changes. ### Committing Changes -- cgit v1.2.3