1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00

Adds optional step to switch to a release tag

This commit is contained in:
Jason Hall 2025-06-06 06:16:23 -04:00
parent 91e375693a
commit 8fbf25dd14

View file

@ -25,6 +25,8 @@ Once these dependencies are installed, install hyperglass via PyPI:
```shell copy ```shell copy
git clone https://github.com/thatmattlove/hyperglass --depth=1 git clone https://github.com/thatmattlove/hyperglass --depth=1
cd hyperglass cd hyperglass
# optional - switch to the latest stable release
# git switch -c v2.0.4 v2.0.4
pip3 install -e . pip3 install -e .
``` ```