Closed cooperjaXC closed 11 months ago
This will fully implement the enhancement in Issue #3 as well as fix bugs in the current setup.bat that unsuccessfully uses relative paths.
setup.bat
All paths are now assigned relatively in the VENV creation in both setup.bat and setup.py for minimal user hard-coding before use.
setup.py
This will fully implement the enhancement in Issue #3 as well as fix bugs in the current
setup.bat
that unsuccessfully uses relative paths.All paths are now assigned relatively in the VENV creation in both
setup.bat
andsetup.py
for minimal user hard-coding before use.