From 1f1c5b91e2ca3ce409333fca9dcdc933f01c733d Mon Sep 17 00:00:00 2001 From: Antoine Gautier Date: Thu, 12 Sep 2019 16:06:21 -0700 Subject: [PATCH] Issue281 update readme (#282) * Updated readme * Corrected code syntax * Pulled funnel remote master --- README.rst | 8 ++++++++ buildingspy/funnel | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8dca53f3..c4dba848 100644 --- a/README.rst +++ b/README.rst @@ -17,3 +17,11 @@ matplotlib for plotting and SciPy for scientific computing. Documentation is available at http://simulationresearch.lbl.gov/modelica/buildingspy/ The license is at buildingspy/license.txt + +Cloning Instructions +~~~~~~~~~~~~~~~~~~~~ + +Version ``2.0.0`` includes the comparison tool ``funnel`` as a ``git`` submodule. + +* To clone the repository for the first time run: ``git clone --recurse-submodules https://github.com/lbl-srg/BuildingsPy.git`` +* If you have already cloned the repository, checkout the master branch and run: ``git submodule update --init --recursive`` diff --git a/buildingspy/funnel b/buildingspy/funnel index 2dc75dda..fcb6cc20 160000 --- a/buildingspy/funnel +++ b/buildingspy/funnel @@ -1 +1 @@ -Subproject commit 2dc75ddaf834e74899a1ab3ab6156772d7bdc621 +Subproject commit fcb6cc2058c99db5f3f65211f24f45ec198501d1