Skip to content

Commit

Permalink
update README.md to indicate latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Dec 20, 2014
1 parent 3c7fccd commit 010dc90
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ Installation
git clone https://github.com/prisms-center/IntegrationTools.git
cd IntegrationTools

2. From the root directory of the repository:
2. Checkout the branch containing the version you wish to install. Latest is ``v1.0.0``:

git checkout v1.0.0

3. From the root directory of the repository:

make install

Expand All @@ -46,7 +50,7 @@ Installation

- PYINSTALL: This specifies where to install the Python module ``pfunction``. If not set, it uses the default distutils location.

3. The directory ``include/IntegrationTools`` contains all the header files necessary. You can copy it somewhere in your default header search path, often:
4. The directory ``include/IntegrationTools`` contains all the header files necessary. You can copy it somewhere in your default header search path, often:

cp -r include/IntegrationTools /usr/local/include

Expand Down

0 comments on commit 010dc90

Please sign in to comment.