Skip to content
Snippets Groups Projects
Commit e4d3fc0f authored by inso's avatar inso
Browse files

Fix README

parent 23f45ccc
No related branches found
No related tags found
No related merge requests found
...@@ -28,18 +28,18 @@ Python3 and PyQt5 Client for [uCoin](http://www.ucoin.io) project. ...@@ -28,18 +28,18 @@ Python3 and PyQt5 Client for [uCoin](http://www.ucoin.io) project.
* Joining a community, publishing keys * Joining a community, publishing keys
* Multiple wallets management * Multiple wallets management
### How to build ### Dependencies
* __git clone --recursive https://github.com/ucoin-io/sakia.git__
* Dependencies : * Dependencies :
* [python3](https://www.python.org/downloads/) * [python3](https://www.python.org/downloads/)
* [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) * [cx_freeze for python 3](http://cx-freeze.sourceforge.net/)
* [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) * [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5)
* [libsodium](http://doc.libsodium.org/installation/README.html) * [libsodium](http://doc.libsodium.org/installation/README.html)
* To get python libraries dependencies : * Python libraries dependencies :
* __pip install pylibscrypt__ * __ucoinpy__
* __pip install libnacl__
* __pip install requests__ * General tips : use pyenv to build sakia, as described in the [wiki](https://github.com/ucoin-io/sakia/wiki/Cutecoin-install-for-developpers)
* __pip install base58__
### Build scripts
* Run __python3 gen_resources.py__ in sakia folder * Run __python3 gen_resources.py__ in sakia folder
* Run __python3 gen_translations.py__ in sakia folder * Run __python3 gen_translations.py__ in sakia folder
* Run __python3 setup.py build__ in sakia folder * Run __python3 setup.py build__ in sakia folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment