-
Notifications
You must be signed in to change notification settings - Fork 2
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
6c68f22
commit 402cf9e
Showing
1 changed file
with
16 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,19 @@ | ||
so far: what you need to do is...pip install astrodbtoolkit. | ||
astrotemplate-db | ||
--------------------------- | ||
A template for astronomical databases. | ||
|
||
pip install git+https://github.com/dr-rodriguez/AstrodbKit2 | ||
installation instructions | ||
--------------------------- | ||
All you should need to run is: | ||
|
||
`pip install .` | ||
|
||
will check later what we need for the environment file? or...actually, | ||
let's start with the current environment file and prune what we don't need later | ||
on the tests. | ||
If you'd liek to ensure that the package has been installed correctly, you can run | ||
|
||
`pip install .[test]` | ||
|
||
then run | ||
|
||
`pytest tests` | ||
|
||
These commands will download the `pytest` package and run this codebase's test suite, respectively. |