Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwunderly committed Jan 7, 2021
1 parent d2098fd commit 0b7a5a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# aionasa
An async python wrapper for NASA open APIs. ([api.nasa.gov](https://api.nasa.gov/))


#### Disclaimer
This module is still in the development/testing phase.
Bugs are still being worked out and breaking changes are common.
Expand All @@ -22,6 +23,7 @@ Bugs are still being worked out and breaking changes are common.
- Documentation: **complete**
- Exoplanet: NASA Exoplanet Database
- API: **complete**
- Documentation: **complete**


#### Installing
Expand Down Expand Up @@ -61,6 +63,3 @@ async with InSight() as insight:

data # this will be a dict containing the JSON data returned by the API.
```
Where `pip` is the pip command relevant to your machine's Python 3.8 installation.
This could be `pip`, `pip3`, `python -m pip`, or `python3 -m pip`.

0 comments on commit 0b7a5a4

Please sign in to comment.