Skip to content

Commit

Permalink
Bump version number in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed May 3, 2018
1 parent 9bb0df1 commit 6505cec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ The system-specific instructions will detail how to install using pre-compiled p

.. code-block:: bash
wget https://github.com/lamyj/odil/archive/v0.9.0.tar.gz
tar -x -f v0.9.0.tar.gz
cd odil-0.9.0
wget https://github.com/lamyj/odil/archive/v0.9.2.tar.gz
tar -x -f v0.9.2.tar.gz
cd odil-0.9.2
You can also clone the `Git repository`_. Note that the latest Git version may not always compile; should it happen, you can keep your clone but check out the latest tagged version:

.. code-block:: bash
git clone https://github.com/lamyj/odil
cd odil
git checkout v0.9.0
git checkout v0.9.2
Building the Python wrappers
----------------------------
Expand Down

0 comments on commit 6505cec

Please sign in to comment.