Update README

This commit is contained in:
olegart 2016-01-31 15:00:48 +03:00
parent 9e10993404
commit 6783cad496
1 changed files with 3 additions and 3 deletions

View File

@ -112,14 +112,14 @@ pip uninstall gerbmerge
<p>Launch shell and install <i>simpleparse</i>: <p>Launch shell and install <i>simpleparse</i>:
<ul> <ul>
<pre> <pre>
pip install simpleparse sudo pip install simpleparse
</pre> </pre>
</ul> </ul>
<p>Donwload and unpack <i>gerbmerge</i> sources, navigate to its folder and run: <p>Donwload and unpack <i>gerbmerge</i> sources, navigate to its folder and run:
<ul> <ul>
<pre> <pre>
python setyp.py sdist python setyp.py sdist
pip install dist/gerbmerge-1.9.4 sudo pip istall dist/gerbmerge-1.9.4
</pre> </pre>
</ul> </ul>
<p>Now you can use it by running <i>gerbmerge</i>. <p>Now you can use it by running <i>gerbmerge</i>.
@ -127,7 +127,7 @@ pip install dist/gerbmerge-1.9.4
<p>To uninstall gerbmerge, open shell and run: <p>To uninstall gerbmerge, open shell and run:
<ul> <ul>
<pre> <pre>
pip uninstall gerbmerge sudo pip uninstall gerbmerge
</pre> </pre>
</ul> </ul>