-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a2ddc1
commit 2194aa4
Showing
1 changed file
with
5 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
<[email protected]> |