Skip to content

Commit

Permalink
Minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Nov 15, 2024
1 parent 4a2ddc1 commit 2194aa4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ You can find a Jupyter notebook example with the main features at [http://quatro

# Installation

Using setuptools:
Install from PyPI

```bash
$ pip install astroalign
```

or from this distribution with
## Running Tests

```bash
$ python setup.py install
python tests/test_align.py
```

## Running Tests
or using pytest:

```bash
python tests/test_align.py
pytest -v
```

# Usage example
Expand Down Expand Up @@ -95,6 +95,4 @@ If you use astroalign in a scientific publication, we would appreciate citations

***

TOROS Dev Team

<[email protected]>

0 comments on commit 2194aa4

Please sign in to comment.