Skip to content
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

[Review] Added scipy as dependency in installation documentation for Linux #1763

Merged
merged 1 commit into from
Oct 8, 2018
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
6 changes: 3 additions & 3 deletions doc/install_doc_component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
as an alternative.</p>

<p>Nilearn requires a Python installation and the following
dependencies: ipython, scikit-learn, matplotlib and nibabel.</p>
dependencies: ipython, scipy, scikit-learn, matplotlib and nibabel.</p>

<p class="emphasize">Second: open a Command Prompt</p>
<p><strong>(Press "Win-R", type "cmd" and press "Enter". This will open
Expand Down Expand Up @@ -83,7 +83,7 @@
it will save you time and trouble.</p>

<p>Nilearn requires a Python installation and the following
dependencies: ipython, scikit-learn, matplotlib and nibabel.</p>
dependencies: ipython, scipy, scikit-learn, matplotlib and nibabel.</p>

<p class="emphasize">Second: open a Terminal</p>
<p><strong>(Navigate to /Applications/Utilities and double-click on
Expand Down Expand Up @@ -113,7 +113,7 @@

<p>Install or ask your system administrator to install the following
packages using the distribution package manager: <strong>ipython</strong>
, <strong>scikit-learn</strong> (sometimes called <cite>sklearn</cite>,
, <strong>scipy</strong>, <strong>scikit-learn</strong> (sometimes called <cite>sklearn</cite>,
or <cite>python-sklearn</cite>), <strong>matplotlib</strong> (sometimes
called <cite>python-matplotlib</cite>) and <strong>nibabel</strong>
(sometimes called <cite>python-nibabel</cite>).</p>
Expand Down