Skip to content

LocalFlow 0.2.2 — installer self-heals

Choose a tag to compare

@DatafyingTech DatafyingTech released this 12 Sep 18:41
· 2 commits to main since this release

Fixed

  • install.bat run 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. -FetchOnly downloads 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.