Skip to content

DOC: Add OS-specific URL explanation when getting NeuroDebian #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/installation/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ If you are Debian/Ubuntu, you can get neurodebian:
sudo apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9 && \
sudo apt-get update && sudo apt-get install -y singularity-container

Note that the first command contains the OS codename `xenial` (corresponding
to Ubuntu 16.04) as an example; if your OS is different, you will need to
retrieve the corresponding type/version from the menus in https://neuro.debian.net/index.html#get-neurodebian
so that you can use the appropriate URL for the `wget` command.

High Performance computer (HPC)
###############################

Expand Down