Skip to content

Commit

Permalink
Clarify use environment variable wording (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
goyalyashpal authored Dec 18, 2022
1 parent 2cea282 commit 31238ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ To install using conda::
conda install texinfo # For the inline documentation (shift-tab) to appear.

We require the ``octave`` executable to run the kernel.
Add that executable's directory to the ``PATH`` environment variable or use the
``OCTAVE_EXECUTABLE`` to point to the executable itself.
Add that executable's directory to the ``PATH`` environment variable or create the
environment variable ``OCTAVE_EXECUTABLE`` to point to the executable itself.
Note that on Octave 5 on Windows, the executable is in ``"Octave-5.x.x.x\mingw64\bin"``.

We automatically install a Jupyter kernelspec when installing the
Expand Down

0 comments on commit 31238ac

Please sign in to comment.