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 . ```