Skip to content

Commit

Permalink
Merge pull request #1948 from s0nskar/s0nskar/updating-requirements
Browse files Browse the repository at this point in the history
Updated python requirement in docs
  • Loading branch information
Cadair committed Dec 6, 2016
2 parents db7add3 + 94710da commit 4043ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installation

To begin, install the following requirements:

* [Python](http://www.python.org) (2.7)
* [Python](http://www.python.org) (2.7.x, 3.4.x or later)
* [Astropy](http://astropy.org) (1.0.0)
* [NumPy](http://numpy.scipy.org/)
* [SciPy](http://www.scipy.org/)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/guide/installation/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies installed (with the potential exception of `glymur`).

SunPy has the following strict requirements:

- `Python <http://www.python.org/>`_ 2.7
- `Python <http://www.python.org/>`_ 2.7.x, 3.4.x or later

- `NumPy <http://www.numpy.org/>`_ 1.6.0 or later

Expand Down

0 comments on commit 4043ac4

Please sign in to comment.