We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fcc8d commit e7ea529Copy full SHA for e7ea529
README.MD
@@ -4,7 +4,12 @@ This is a simple Python Wrapper for the UCSF [Industry Documents Library](https:
4
5
It offers basic functionality to perform queries on the API to retrieve metadata of the documents in the library.
6
7
-The two main methods are:
+You will want to install the package using `pip`:
8
+
9
+`pip install industryDocumentsWrapper`
10
11
12
+The the package has one class `IndustryDocsSearch` with two main methods of are:
13
* `IndustryDocsSearch.query()`: performs the query on the API
14
* `IndustryDocsSearch.save()`: saves query results as a JSON or Parquet file.
15
0 commit comments