Skip to content

Commit

Permalink
Modify python installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
frfeng committed Nov 21, 2023
1 parent 1ab3c48 commit e52c873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/install_instructions/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>Python</h3>
<ol>
<li>Open <a href="https://www.anaconda.com/download">https://www.anaconda.com/download</a> with your web browser.</li>
<li>Download the Anaconda for Windows installer. </li>
<li>Run the Anaconda Installer, using all of the defaults for installation <em>except</em> make sure to check <strong>Make Anaconda the default Python</strong>.</li>
<li>Run the Anaconda Installer, using all of the defaults for installation <em>except</em> make sure to check <strong>Add Anaconda to my PATH environment variable</strong>.</li>
<li>Once Anaconda is installed, launch the Anaconda Prompt by going to the Windows search bar, type in <code>anaconda prompt</code>, and press <kbd>Enter</kbd>.</li>
<li>In the Anaconda Prompt type <code>jupyter lab</code> and press <kbd>Enter</kbd>. This will open JupyterLab in your browser.</li>
<!-- <li>To keep the JupyterLab running, do not close the command line window (you can minimize it), as it works as JupterLab's "local host server".</li> -->
Expand All @@ -72,7 +72,7 @@ <h3>Python</h3>
<ol>
<li>Open <a href="https://www.anaconda.com/download">https://www.anaconda.com/download</a> with your web browser.</li>
<li>Download the Anaconda Installer for macOS. You may need to choose an installer between an Intel-chip Mac and Apple silicon (e.g., M1/M2) Mac.</li>
<li>Run the Anaconda Installer, using all of the defaults for installation <em>except</em> make sure to check <strong>Make Anaconda the default Python</strong>.</li>
<li>Run the Anaconda Installer, using all of the defaults for installation.</li>
<li>Once Anaconda is installed, type <code>jupyter lab</code> in your Terminal and press <kbd>Return</kbd>. This will launch JupyterLab in your browser.</li>
<!-- <li>To keep the JupyterLab running, do not close the Terminal window (you can minimize it), as it works as JupterLab's "local host server".</li> -->
</ol>
Expand Down

0 comments on commit e52c873

Please sign in to comment.