Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jan 19, 2023
1 parent de16662 commit cb1335d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Simple loop frequency regulators in Python with an API similar to [``rospy.Rate`

## Installation

### From conda-forge

```sh
conda install loop-rate-limiters -c conda-forge
```

### From PyPI

```sh
pip install loop-rate-limiters
```
Expand Down

0 comments on commit cb1335d

Please sign in to comment.