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.
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.
- Make sure that you check the box to add Python to your PATH. Otherwise, the below
- 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.
- This will print your Python version, run