From 292f6ba23506777d62b20ed0aa8102b52b4a8ffe Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Mon, 18 Nov 2024 09:58:14 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c79e8..3d50d01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fpbasepy +# Python FPbase API [![License](https://img.shields.io/pypi/l/fpbase.svg?color=green)](https://github.com/tlambert03/fpbasepy/raw/main/LICENSE) [![PyPI](https://img.shields.io/pypi/v/fpbase.svg?color=green)](https://pypi.org/project/fpbase) @@ -12,6 +12,14 @@ See https://www.fpbase.org/graphql for full documentation on the graphql schema This library provides simple Python access to commonly-accessed data. +## Installation + +``` +pip install fpbase +``` + +## Usage + ```python In [1]: from fpbase import get_fluorophore, get_microscope