-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into HLA-1111_updated_hap_svm_filenames_09_28_23
- Loading branch information
Showing
3 changed files
with
47 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,47 @@ | ||
Installation | ||
------------ | ||
|
||
*Coming soon!* | ||
Conda (Recommended) | ||
=================== | ||
|
||
``Drizzlepac`` is installed when you install the ``stenv`` conda environment (a replacement for ``astroconda``). Select your desired release and follow the instructions on the `installation page <https://stenv.readthedocs.io/en/latest/getting_started.html>`_. | ||
|
||
|
||
From Source | ||
=========== | ||
|
||
Clone this repository | ||
********************* | ||
.. code-block:: shell | ||
git clone https://github.com/spacetelescope/drizzlepac | ||
cd drizzlepac | ||
Build the documentation | ||
======================= | ||
|
||
*Note:* If you intend to use ``drizzlepac``'s embedded help feature from within | ||
an interactive ``python`` or ``ipython`` session, we recommend you do not skip | ||
this step. | ||
|
||
|
||
.. code-block:: shell | ||
cd doc/ | ||
make html | ||
Install drizzlepac | ||
================== | ||
|
||
.. code-block:: shell | ||
pip install . | ||
The option ``--no-use-pep517`` MAY be required in order to correctly build | ||
the C extensions with ``pip`` versions up to 22.2, after commenting out | ||
the ``build-backend`` from the ``pyproject.toml`` config file. | ||
|
||
**Support for installing using `pip` is still evolving, so use of this | ||
command is provided on an experimental basis for now.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters