Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ Or using conda:
conda install -c conda-forge dataretrieval
```

To install the "main" branch directly from GitHub, use:

```bash
pip install git+https://github.com/DOI-USGS/dataretrieval-python.git
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe not worth a mention, but I don't think this works for us since it just uses HTTP. I get a "SSL certificate problem: self-signed certificate in certificate chain" that happens any time I try to clone from GitHub with HTTP. And pip install git+ssh://github.com/DOI-USGS/dataretrieval-python.git didn't work either.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh interesting! It works for me. Maybe it's a Mac vs PC thing? Maybe it's a specific environment thing?

```

## Usage Examples

### Water Data API (Recommended - Modern USGS Data)
Expand Down
1 change: 0 additions & 1 deletion docs/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ API reference
nadp
nldi
nwis
samples
streamstats
utils
waterdata
Expand Down
8 changes: 0 additions & 8 deletions docs/source/reference/samples.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/reference/waterdata.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _samples
.. _waterdata

dataretrieval.waterdata
-------------------------
Expand Down