Install and Uninstall BuildingsPyΒΆ
To install the BuildingsPy module, install pip and run from a console
pip install buildingspy
On Linux or Mac OS X, run
sudo pip install buildingspy
To uninstall, run
pip uninstall buildingspy
On Linux or Mac OS X, run
sudo pip uninstall buildingspy
To run regression tests with BuildingsPy, PyTidyLib needs to be installed. On Ubuntu, this can be done using
sudo pip install pytidylib
sudo apt-get install tidy
For other operating systems, see the instructions at the PyTidyLib site.