Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
responsive text
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 27, 2015
1 parent 56f6a06 commit 130f13c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stories/getting-started.html
Expand Up @@ -58,20 +58,20 @@ <h5>With <a href="http://brew.sh/">Homebrew</a> (recommended)</h5>
<li>Install <a href="http://brew.sh/">Homebrew</a>.</li>
<li>Install Python (and pip) with <code class="gs-code gs-command">brew install python</code></li>
<li>Install virtualenv with <code class="gs-code gs-command">pip install virtualenv</code></li>
<li>Follow the instructions on the right.</li>
<li>Follow the instructions <span class="hidden-xs hidden-sm hidden-print">on the right</span><span class="hidden">/</span><span class="visible-xs-inline visible-sm-inline">below</span>.</li>
</ol>
<h5>With <a href="https://www.macports.org/">MacPorts</a></h5>
<ol>
<li>Install <a href="https://www.macports.org/">MacPorts</a>.</li>
<li>Install pip (and Python) with <code class="gs-code gs-command">sudo port install py-pip</code></li>
<li>Install virtualenv with <code class="gs-code gs-command">sudo port install py-virtualenv</code></li>
<li>Follow the instructions on the right.</li>
<li>Follow the instructions <span class="hidden-xs hidden-sm hidden-print">on the right</span><span class="hidden">/</span><span class="visible-xs-inline visible-sm-inline">below</span>.</li>
</ol>
<h5>With <a href="http://www.finkproject.org/">Fink</a></h5>
<ol>
<li>Install <a href="http://www.finkproject.org/">Fink</a>.</li>
<li>Install pip, virtualenv and Python with <code class="gs-code gs-command">sudo fink install pip-py27 virtualenv-py27</code></li>
<li>Follow the instructions on the right.</li>
<li>Follow the instructions <span class="hidden-xs hidden-sm hidden-print">on the right</span><span class="hidden">/</span><span class="visible-xs-inline visible-sm-inline">below</span>.</li>
</ol>
<h5>Standalone (advanced)</h5>
<p>You can skip steps 3 and 4 if you use <code class="gs-code gs-command">~/Library/Python/2.7/bin/virtualenv</code> as your virtualenv command.</p>
Expand All @@ -80,7 +80,7 @@ <h5>Standalone (advanced)</h5>
<li>Install pip and virtualenv with <code class="gs-code gs-command">easy_install --user --upgrade --always-copy pip virtualenv</code></li>
<li>Update your $PATH with <code class="gs-code gs-command">echo 'export PATH="~/Library/Python/2.7/bin:$PATH"' &gt;&gt; ~/.bash_profile</code></li>
<li>Reload your profile with <code class="gs-code gs-command">source ~/.bash_profile</code></li>
<li>Follow the instructions on the right.</li>
<li>Follow the instructions <span class="hidden-xs hidden-sm hidden-print">on the right</span><span class="hidden">/</span><span class="visible-xs-inline visible-sm-inline">below</span>.</li>
</ol>
</div>
</div>
Expand Down

0 comments on commit 130f13c

Please sign in to comment.