Skip to content

Commit 76d4130

Browse files
authored
Updated pip command for repository install
Updated the pip command for installing the bleeding edge version of `astroquery`. The command in place was returning an error due to `pip` not finding `astropy_helpers` even after manually installing it.
1 parent 5e221bc commit 76d4130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To install the 'bleeding edge' version:
7575

7676
.. code-block:: bash
7777
78-
$ pip install https://github.com/astropy/astroquery/archive/main.zip
78+
$ pip install git+https://github.com/astropy/astroquery.git
7979
8080
or cloned and installed from source:
8181

0 commit comments

Comments
 (0)