Skip to content

Commit

Permalink
Expand the basic install instructions a bit. (#2544)
Browse files Browse the repository at this point in the history
Add more details
  • Loading branch information
Omar Awile authored Sep 27, 2023
1 parent ff55f81 commit aa51a1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Installation

.. tab-item:: macOS

The recommended installation is to:
The recommended installation is to open a Terminal (Press `` + `Space` and type "terminal")
and type:

.. code::
Expand All @@ -104,7 +105,7 @@ Installation

.. tab-item:: Linux

The recommended installation is to:
The recommended installation is to open a terminal and type:

.. code::
Expand Down
4 changes: 2 additions & 2 deletions docs/install/install_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Windows platforms.

#### Mac OS

Since version 7.8.1 we are providing Python wheels and NEURON can be installed using `pip` as:
Since version 7.8.1 we are providing Python wheels and NEURON can be installed using `pip` by opening a Terminal (Press `` + `Space` and type "terminal") and typing:

```
pip3 install neuron
Expand Down Expand Up @@ -107,7 +107,7 @@ architecture.

#### Linux

Like Mac OS, since 7.8.1 release python wheels are provided and you can use `pip` to install NEURON as:
Like Mac OS, since 7.8.1 release python wheels are provided and you can use `pip` to install NEURON by opening a terminal and typing:

```
pip3 install neuron
Expand Down

0 comments on commit aa51a1d

Please sign in to comment.