binary installer fix

- bat file changes to directory it lives in rather than user's current directory
- restore incorrect requirements and compiled Darwin requirements file
This commit is contained in:
Lincoln Stein 2022-12-02 12:15:34 +00:00
parent b563d75c58
commit 2f07ea03a9

View File

@ -10,6 +10,8 @@
@rem This enables a user to install this project without manually installing git or Python
PUSHD %~dp0
set "no_cache_dir=--no-cache-dir"
if "%1" == "use-cache" (
set "no_cache_dir="