Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.17 KB

INSTALL.md

File metadata and controls

16 lines (11 loc) · 1.17 KB

Installing Basement Renovator

Running from Release

The latest official release can be found in the releases tab. Download the latest "BasementRenovator.zip" file, unzip it, and then double click on the Basement Renovator executable program.

Running from Source

If the latest release is not working for you or if you want to Basement Renovator from source, then follow the instructions below.

  • Download and install the latest version of Python from the official website.
    • Make sure that you check the box to add Python to your PATH. Otherwise, the below python commands will not work.
  • Download the source code from GitHub, either by cloning the repository, or by downloading it as a zip file.
  • Double-click the BR.bat file in the root of the install folder.
    • This will print your Python version, run pip to install BR's dependencies, and and then run "BasementRenovator.py".
    • After the program is closed or crashes, the console window will remain open so that you can read the error logs.