Install and Uninstall BuildingsPyΒΆ
To install the BuildingsPy module, install pip and run from a console
python3 -m pip install --user buildingspy
To uninstall, run
python3 -m pip uninstall buildingspy
To install the latest development version, run
python3 -m pip install --user buildingspy@git+https://github.com/lbl-srg/buildingspy.git@master
To clone BuildingsPy for development, together with its dependency funnel
(https://github.com/lbl-srg/funnel), run
git clone git@github.com:lbl-srg/BuildingsPy.git
python3 -m pip install --user pyfunnel@git+https://github.com/lbl-srg/funnel.git@v0.1.0