Skip to content

Commit

Permalink
Merge pull request #509 from ojustino/install-update
Browse files Browse the repository at this point in the history
Updated installation instructions
  • Loading branch information
mperrin authored Jun 30, 2022
2 parents 8529736 + 53396da commit b1c7c53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/dev_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Release Process
Releasing a new version through AstroConda
------------------------------------------

.. admonition:: **Consider this section deprecated as of version 1.0.3!**

AstroConda is currently limited to Python <=3.7, while POPPY only supports Python >=3.8 as of v1.0.3.

Do this after you've done the above.

To test that an Astroconda package builds, you will need ``conda-build``::
Expand Down
8 changes: 3 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Installation
==================

POPPY may be installed one of three different ways.
POPPY may be installed one of two different ways.

1. Using ``conda`` through the `AstroConda channel <https://astroconda.readthedocs.io/en/latest/>`__. This is the recommended channel for most users on MacOS and Linux. But note that AstroConda does not support Windows.

2. Using PyPi in the usual manner for Python packages::
1. Using PyPI in the usual manner for Python packages::

% pip install poppy --upgrade

3. Cloning the source code hosted in `this repository on GitHub <https://github.com/spacetelescope/poppy>`_. It is possible to directly install the latest development version using your locally installed ``git`` package::
2. Cloning the source code hosted in `this repository on GitHub <https://github.com/spacetelescope/poppy>`_. It is possible to directly install the latest development version using your locally installed ``git`` package::

% git clone https://github.com/spacetelescope/poppy.git
% cd poppy
Expand Down

0 comments on commit b1c7c53

Please sign in to comment.