Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove "$" in pip install command
  • Loading branch information
janny93 authored Dec 10, 2024
1 parent a46d722 commit d86c17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Python package for interacting with the [Omnia Industrial IoT Timeseries API](ht
To use the Python package, install it in the following manner:

```
$ pip install git+https://github.com/equinor/omnia-timeseries-python.git@main
pip install git+https://github.com/equinor/omnia-timeseries-python.git@main
```

For support, create an issue on GitHub.
Expand Down Expand Up @@ -89,4 +89,4 @@ The `Protobuf` response from Timeseries API looks like this:

### Other use cases

Please consult the [API Reference](https://api.equinor.com/api-details#api=Timeseries-api-v1-7) for a full overview of the API endpoints.
Please consult the [API Reference](https://api.equinor.com/api-details#api=Timeseries-api-v1-7) for a full overview of the API endpoints.

0 comments on commit d86c17b

Please sign in to comment.