Skip to content

Commit

Permalink
Change instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Jan 24, 2019
1 parent 4f9a9bd commit 2ae129b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions install.php
Expand Up @@ -3,7 +3,7 @@
<div class="hide-for-large" id="mobile-support"></div>
<div id="first-row" class="row">
<div class="small-12 columns">
<h2>Setting up your PythonLearn Development Environment</h2>
<h2>Setting up your Python Development Environment</h2>
<p>
We have separate pages for each of the commonly used Operating Systems:
</p>
Expand All @@ -14,10 +14,16 @@
<li>
<a href="software-mac.php">Setting up the Python Environment on a Macintosh</a>
</li>
<li>
You can also set up Python under Windows-10 using the Windows Subsystem for Linux (WSL)
if you prefer a Linux-like experience on your windows computer.
</li>
</ul>
<p>
Can't or don't want to install software on your computer? Check out <a href="http://trinket.io">Trinket</a>,
<a href="https://www.pythonanywhere.com/">PythonAnywhere</a>, <a href="http://c9.io">Cloud9</a>, or
Can't or don't want to install software on your computer? Check out
<a href="https://www.pythonanywhere.com/">PythonAnywhere</a>,
<a href="http://trinket.io">Trinket</a>,
<a href="http://c9.io">Cloud9</a>, or
<a href="http://codeanywhere.com">CodeAnywhere</a>.
</p>

Expand Down

0 comments on commit 2ae129b

Please sign in to comment.