LocalFlow 0.2.2 — installer self-heals
Fixed
install.batrun on its own, or from inside the ZIP, no longer fails with a confusing
"No such file or directory: requirements.txt". The installer now checks that it is inside a
complete copy of the project. If the files are missing it downloads them next to itself and
carries on; if it was launched from inside the ZIP (Windows runs it from a temp folder), it
says so and tells you to extract first.-FetchOnlydownloads the files and stops.
Upgrading: pull or re-download and re-run install.bat. If a previous attempt stopped at requirements.txt, delete the .venv folder it left behind or just re-run; the installer reuses it.