Skip to content

Commit

Permalink
point to stable branch in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jul 2, 2024
1 parent f0ac85b commit 2bc0d70
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 @@ -27,12 +27,12 @@ You can execute a command using a specific version of `bfabricPy` with the `pipx
This command handles the dependencies of multiple concurrent installations:

```bash
pipx run --spec "git+https://github.com/fgcz/bfabricPy.git@0.13.8" bfabric_read.py --help
pipx run --spec "git+https://github.com/fgcz/bfabricPy.git@stable" bfabric_read.py --help
```

To install a specific version of bfabricPy on your system and make the command available without `pipx run` prefix, use the following command:
```bash
pipx install "git+https://github.com/fgcz/bfabricPy.git@0.13.8"
pipx install "git+https://github.com/fgcz/bfabricPy.git@stable"
bfabric_read.py --help
```

Expand Down

0 comments on commit 2bc0d70

Please sign in to comment.