Skip to content

Commit

Permalink
use a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Dec 21, 2024
1 parent 6280bbb commit c068a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/beginner-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ with `pip` by executing the following in a terminal/shell:

python -m pip install scipy

{{< admonition warning >}}
You may see this recommended in tutorials or classes, but it is not
recommended to install packages globally on your system.
The recommended way to install SciPy with `pip` is to use a virtual
environment - see [Installing with `pip`](./install.md#installing-with-pip).
{{< /admonition >}}

{{< admonition note >}}
For more information on why this is not a recommended installation method,
Expand Down

0 comments on commit c068a96

Please sign in to comment.