Skip to content

Commit

Permalink
[#16] python example code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjstealey committed Aug 11, 2022
1 parent 477c461 commit 1e57e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Phase-2 refactoring of [original AERPAW Portal](https://github.com/AERPAW-Platfo

- [Installation](./INSTALL.md)
- [Usage](./USAGE.md)
- [Example code in Python](./examples/README.md)
- [API brief overview](./API_ENDPOINTS.md)
- [Documentation](./docs/README.md)
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Example code in Python

**WORK IN PROGRESS**

Example code using Python [requests](https://requests.readthedocs.io/en/latest/) library (Python 3).

It is left to the user to ensure they have current versions of **python3** and **pip3** installed on their system.
Expand Down

0 comments on commit 1e57e3a

Please sign in to comment.