Skip to content

Commit

Permalink
Remove MacPorts/Fink detailed instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 18, 2016
1 parent 1929e4c commit 97b4257
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions stories/getting-started.html
Expand Up @@ -62,21 +62,7 @@ <h5>With <a href="http://brew.sh/">Homebrew</a> (recommended)</h5>
<li>Install virtualenv with <code class="gs-code gs-command">sudo pip3 install virtualenv</code></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>. The command is <code class="gs-code gs-command">virtualenv</code>. Your virtualenvs may need to be recreated if you update Python.</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>Update MacPorts package descriptions <code class="gs-code gs-command">sudo port selfupdate</code>.</li>
<li>Install pip (and Python) with <code class="gs-code gs-command">sudo port install py35-pip</code> (or a newer Python version, if available — please check the repos)</li>
<li>Install virtualenv with <code class="gs-code gs-command">sudo port install py35-virtualenv</code></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>Update fink package descriptions <code class="gs-code gs-command">fink selfupdate</code>.</li>
<li>Install pip, virtualenv and Python with <code class="gs-code gs-command">sudo fink install pip-py35 virtualenv-py35</code> (or a newer Python version, if available — please check the repos)</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>
Other package/port managers, such as MacPorts (py35-pip, py35-virtualenv) or Fink (pip-py35, virtualenv-py35) may be used if you prefer them and have those installed. Make sure to use only one manager to avoid conflicts.
</div>
</div>
</div>
Expand Down

0 comments on commit 97b4257

Please sign in to comment.