Skip to content

Commit fec73f8

Browse files
committed
v0.2 README fixes
1 parent 9259c32 commit fec73f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ astroquery uses the `requests <http://docs.python-requests.org/en/latest/>`_
2929
module to communicate with the internet. `requests`_ can also be installed with
3030
pip.
3131

32-
The `first beta release`_ of astroquery can be downloaded or pip installed:
32+
The `latest release`_ of astroquery can be downloaded or pip installed:
3333

3434
.. code-block:: bash
3535
3636
$ pip install astroquery
3737
3838
39-
Or if pypi is down:
39+
Or directly from github:
4040

4141
.. code-block:: bash
4242
43-
$ pip install https://github.com/astropy/astroquery/archive/v0.1.tar.gz
43+
$ pip install https://github.com/astropy/astroquery/archive/v0.2.tar.gz
4444
4545
4646
If you'd like the latest development version, you can install it with the
@@ -137,7 +137,7 @@ Badges
137137
.. _View on Github: https://github.com/astropy/astroquery/
138138
.. _docs: http://astroquery.readthedocs.org
139139
.. _Documentation: http://astroquery.readthedocs.org
140-
.. _first beta release: https://github.com/astropy/astroquery/tarball/v0.1
140+
.. _first beta release: https://github.com/astropy/astroquery/tarball/v0.2
141141
142142
.. _Adam Ginsburg: http://www.adamgginsburg.com
143143
.. _Blog: http://astropy.org/astroquery-blog

0 commit comments

Comments
 (0)