Skip to content

Commit

Permalink
Merge pull request #76 from atolab/fix/version
Browse files Browse the repository at this point in the history
Point to latest 1.0.0rc1 version
  • Loading branch information
Mallets authored Oct 15, 2024
2 parents 348a0e2 + 6a18e5a commit 498488b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/getting-started/first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Let's get started!

First thing first, we need to install the [zenoh Python library](https://github.com/eclipse-zenoh/zenoh-python).
```bash
pip install eclipse-zenoh==1.0.0b2
pip install eclipse-zenoh==1.0.0rc1
```
*The examples are updated to use the 1.0 version currently in beta, which is why version must be specified in the installation command. You can find more information about the 1.0 changes in the [migration guides](https://zenoh.io/docs/migration_1.0/concepts/).*
*The examples are updated to use the 1.0 version currently in rc, which is why version must be specified in the installation command. You can find more information about the 1.0 changes in the [migration guides](https://zenoh.io/docs/migration_1.0/concepts/).*

Then, let's write an application, `z_sensor.py` that will produce temperature measurements at each second:

Expand Down

0 comments on commit 498488b

Please sign in to comment.