Install and Uninstall BuildingsPy
=================================

To install the *BuildingsPy* module, install 
`pip <https://pip.pypa.io/en/latest/>`_ and run from a console

.. parsed-literal::

   pip install buildingspy

On Linux or Mac OS X, run 

.. parsed-literal::

   sudo pip install buildingspy

To uninstall, run

.. parsed-literal::

   pip uninstall buildingspy

On Linux or Mac OS X, run

.. parsed-literal::

   sudo pip uninstall buildingspy

To run regression tests with *BuildingsPy*,
*PyTidyLib* needs to be installed. On Ubuntu, this can be done using

.. parsed-literal::

   sudo pip install pytidylib
   sudo apt-get install tidy

For other operating systems, see the instructions at the
`PyTidyLib <http://countergram.com/open-source/pytidylib/docs/index.html>`_
site.



