From 8fbf25dd14ca0cb58cce487360ea9b276df52362 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 6 Jun 2025 06:16:23 -0400 Subject: [PATCH] Adds optional step to switch to a release tag --- docs/pages/installation/manual.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/installation/manual.mdx b/docs/pages/installation/manual.mdx index ef17b03..189d7f4 100644 --- a/docs/pages/installation/manual.mdx +++ b/docs/pages/installation/manual.mdx @@ -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 . ```