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
4 changes: 2 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3>Development version</h3>
<p>Dependencies: python, qt, pyqt, gettext, ecdsa, slowaes.
On Ubuntu you can install the dependencies with:</p>
<pre>
sudo apt-get install python-pip python-qt4 pyqt4-dev-tools
sudo apt-get install python-pip python-pyasn1 python-qt4 pyqt4-dev-tools
sudo pip install ecdsa slowaes</pre>

<p>Check out the code from Github</p>
Expand All @@ -173,7 +173,7 @@ <h3>Development version</h3>

<p>Compile the icons</p>
<pre>
pyrcc4 icons.qrc -o gui/icons_rc.py</pre>
pyrcc4 icons.qrc -o gui/qt/icons_rc.py</pre>
<p>Create translations</p>
<pre>
python mki18n.py</pre>
Expand Down
2 changes: 1 addition & 1 deletion download.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<p>Dependencies: python, qt, pyqt, gettext, ecdsa, slowaes.
On Ubuntu you can install the dependencies with:</p>
<pre>
sudo apt-get install python-pip python-qt4 pyqt4-dev-tools
sudo apt-get install python-pip python-pyasn1 python-qt4 pyqt4-dev-tools
sudo pip install ecdsa slowaes</pre>

<p>Check out the code from Github</p>
Expand Down