-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Describe the bug
The command for the installation guide (https://gsod-vpipe.readthedocs.io/en/latest/documentation/installation.html ) appears to link to an outdated quick_install.sh this file wants to load Mumbaforge, leading to a non existing link.
On this github repo (https://github.com/cbg-ethz/V-pipe/tree/master/utils), quick_install.sh seems to be updated with Miniforge3 instead.
To Reproduce
quick Installation command:
curl -O 'https://raw.githubusercontent.com/GeertvanGeest/V-pipe/refs/heads/gsod-rtd/utils/quick_install.sh'
bash quick_install.sh -p vp-analysis -w work
Expected behavior
I did not test the quick_install.sh on this repo, since i installed Miniforge manually before and just found this file after i wanted to report the issue.
quick Installation command:
curl -O 'https://raw.githubusercontent.com/cbg-ethz/V-pipe/master/utils/quick_install.sh'
bash quick_install.sh -w working
Desktop (please complete the following information):
- OS: Windows 11 with WSL1 (My Firewall blocked all Downloads on WSL2)