Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored Oct 7, 2023
1 parent 641ccb7 commit ee04db9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@ make test

## Development

To create a development enviroment to commit code.

```
sudo apt install pdm
snap install ruff
pdm init
sudo apt install pre-commit
pip3 install pre-commit
```

## Example
The tests provide examples of how to use the library.
There is a Jupyter notebook called `reference.ipynb` provided [here](https://github.com/cyberjunky/python-garminconnect/blob/master/reference.ipynb).
And you can check out the `example.py` code you can find [here](https://raw.githubusercontent.com/cyberjunky/python-garminconnect/master/example.py), you can run it like so:
Expand Down

0 comments on commit ee04db9

Please sign in to comment.