Skip to content

Commit ecf2777

Browse files
authored
Merge pull request #27 from TandelK/development-testing
Fixes Requirement Installation with enum.
2 parents 3b11bd3 + 11afa6e commit ecf2777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

get5_auto_installer.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,11 @@ case $option in
367367

368368
virtualenv venv
369369
source venv/bin/activate
370+
371+
#Change Setup Tools to lower version for Supporting enum
372+
pip install --upgrade 'setuptools==44.1.0'
373+
374+
#Install Requirements
370375
pip install -r requirements.txt
371376

372377

0 commit comments

Comments
 (0)