Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 16, 2020
1 parent 2d62262 commit 7cf008b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/html/started.html
Expand Up @@ -43,7 +43,7 @@ <h2 style="margin-top: 30px;">Installing Libra</h2>

<h2>Setting up your local enviroment</h2>
<ul>
<li>Install <a href="https://www.python.org/downloads/" target="_blank">Python 3.6+</a> directly onto your local machine. Anything lower then 3.6 WILL not work.</li>
<li>Install <a href="https://www.python.org/downloads/" target="_blank">Python 3.6+</a> directly onto your local machine. Anything lower than 3.6 WILL not work.</li>
<li>For Libra, and other libraries, pip is the best option for installing libraries. Install the most <a href="https://pip.pypa.io/en/stable/installing/" target="_blank">recent version.</a></li>
<li>If you're looking for an IDE we reccomend installing <a href="https://www.jetbrains.com/pycharm/" target="_blank">PyCharm</a></li>
<li>You should now be able to do <b>pip install libra</b> in your terminal. If you want to setup a local enviroment, follow this <a href="https://www.python.org/downloads/" target="_blank">guide</a> and then run the command.</li>
Expand Down Expand Up @@ -112,4 +112,4 @@ <h2 class="box" id="cu">Get in touch with us!</h2>
<div id="space"></div>
<div id="space"></div>
</div>
</body>
</body>

0 comments on commit 7cf008b

Please sign in to comment.