Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion download.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3>Latest release: Electrum-1.9.8</h3>
<li>Install python-qt4 and pip:<br/><tt>sudo apt-get install python-qt4 python-pip</tt></li>
<li>On Ubuntu 13.10 do:<br/><tt>sudo apt-get install python-slowaes</tt></li>
<li>Install electrum:<br/>
<tt style="font-size:75%">sudo pip install https://download.electrum.org/Electrum-1.9.8.tar.gz#md5=e3918fec0254267f08e41a1fb8691382</tt></li>
<tt style="font-size:75%">sudo pip install 'https://download.electrum.org/Electrum-1.9.8.tar.gz#md5=e3918fec0254267f08e41a1fb8691382'</tt></li>
<li>Run:<br/><tt>electrum</tt></li>
</ul>
</td>
Expand Down
2 changes: 1 addition & 1 deletion download.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<li>Install python-qt4 and pip:<br/><tt>sudo apt-get install python-qt4 python-pip</tt></li>
<li>On Ubuntu 13.10 do:<br/><tt>sudo apt-get install python-slowaes</tt></li>
<li>Install electrum:<br/>
<tt style="font-size:75%">sudo pip install https://download.electrum.org/Electrum-##VERSION##.tar.gz#md5=##md5_tgz##</tt></li>
<tt style="font-size:75%">sudo pip install 'https://download.electrum.org/Electrum-##VERSION##.tar.gz#md5=##md5_tgz##'</tt></li>
<li>Run:<br/><tt>electrum</tt></li>
</ul>
</td>
Expand Down