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:
parent
91e375693a
commit
8fbf25dd14
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ Once these dependencies are installed, install hyperglass via PyPI:
|
|||
```shell copy
|
||||
git clone https://github.com/thatmattlove/hyperglass --depth=1
|
||||
cd hyperglass
|
||||
# optional - switch to the latest stable release
|
||||
# git switch -c v2.0.4 v2.0.4
|
||||
pip3 install -e .
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue