Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Mac OS X install instructions (getnikola/nikola#2171)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Nov 12, 2015
1 parent 5878f62 commit 6db3cd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stories/getting-started.html
Expand Up @@ -61,18 +61,19 @@ <h5>With <a href="http://brew.sh/">Homebrew</a> (recommended)</h5>
<li>Install Python (and pip) with <code class="gs-code gs-command">brew install python3</code></li>
<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>.</li>
<li>If you are experiencing issues with lxml/libxml2/libxslt, <a href="http://stackoverflow.com/a/26544099">you might need some extra configuration</a>.</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 py34-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 py34-virtualenv</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>Install pip, virtualenv and Python with <code class="gs-code gs-command">sudo fink install pip-py34 virtualenv-py34</code> (or a newer Python version, if available — please check the repos)</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>
</div>
Expand Down

0 comments on commit 6db3cd5

Please sign in to comment.