From 2194aa45f7a8f18dd58a53760e6516c1244357c0 Mon Sep 17 00:00:00 2001 From: Martin Beroiz Date: Thu, 14 Nov 2024 16:05:46 -0800 Subject: [PATCH] Minor README changes --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bfe46d6..fa116e3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -95,6 +95,4 @@ If you use astroalign in a scientific publication, we would appreciate citations *** -TOROS Dev Team -