From e4d3fc0f8681149ef51a798960867380dedd1cfa Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Sun, 6 Dec 2015 10:26:56 +0100 Subject: [PATCH] Fix README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b69acf33..3de00816 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,18 @@ Python3 and PyQt5 Client for [uCoin](http://www.ucoin.io) project. * Joining a community, publishing keys * Multiple wallets management -### How to build - * __git clone --recursive https://github.com/ucoin-io/sakia.git__ +### Dependencies * Dependencies : * [python3](https://www.python.org/downloads/) * [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) * [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) * [libsodium](http://doc.libsodium.org/installation/README.html) - * To get python libraries dependencies : - * __pip install pylibscrypt__ - * __pip install libnacl__ - * __pip install requests__ - * __pip install base58__ + * Python libraries dependencies : + * __ucoinpy__ + + * General tips : use pyenv to build sakia, as described in the [wiki](https://github.com/ucoin-io/sakia/wiki/Cutecoin-install-for-developpers) + +### Build scripts * Run __python3 gen_resources.py__ in sakia folder * Run __python3 gen_translations.py__ in sakia folder * Run __python3 setup.py build__ in sakia folder -- GitLab