Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jun 16, 2024
1 parent 05b46cf commit 1798f1c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Also useful: [Onine documentation for Imfit](https://imfit.readthedocs.io); and

## Requirements and Installation

PyImfit is designed to work with modern versions of Python 3 (3.7 or later); no support for Python 2 is planned.
PyImfit is designed to work with modern versions of Python 3 (3.8 or later); no support for Python 2 is planned.

### Standard Installation: macOS
### Standard installation via pip: macOS

A precompiled binary version ("wheel") of PyImfit for macOS can be installed from PyPI via `pip`:

Expand All @@ -73,7 +73,7 @@ Astropy is also useful for reading in FITS files as numpy arrays (and is require
unit tests).


### Standard Installation: Linux
### Standard installation via pip: Linux

PyImfit can also be installed on Linux using `pip`. Since this involves building from source,
you will need to have a working C++-11-compatible compiler (e.g., GCC version 4.8.1 or later);
Expand All @@ -88,6 +88,15 @@ Python development; see [this Stackexchange question](https://stackoverflow.com/
for guidance on how to deal with that.


### Installation via conda

PyImfit can also be installed into a conda environment, via

$ conda install -c conda-forge perwin::pyimfit

**[Note that conda installation his is currently a bit experimental, but should be standard soon]**


### Building the Whole Thing from Source

To build PyImfit from the Github source, you will need the following:
Expand Down

0 comments on commit 1798f1c

Please sign in to comment.