Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
DOC: fix pip instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jul 27, 2013
1 parent 92986f2 commit 2be31f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/main_page/index.html
Expand Up @@ -81,7 +81,7 @@ <h1><a href="./">Bento</a></h1>
setuptools.setup()
</code></pre>
<pre><code><span style="color: #e3d796;">$</span> easy_install your-bento-package
<span style="color: #e3d796;">$</span> pip your-bento-package</code></pre>
<span style="color: #e3d796;">$</span> pip install your-bento-package</code></pre>
</div>
</div>
</li>
Expand Down

0 comments on commit 2be31f5

Please sign in to comment.