Skip to content

Commit

Permalink
installer now uses the stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kirchgessner committed Mar 5, 2023
1 parent b9cf512 commit b887d23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installers/showergel_quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ install_showergel() {
echo "export PATH=\"$HOME/.local/bin:\$PATH\"" >> .bashrc
export PATH="$HOME/.local/bin:$PATH"

# TODO remove --pre !
pip install --pre showergel
pip install showergel
}

setup_instance() {
Expand Down

0 comments on commit b887d23

Please sign in to comment.