From 04bfc41ccb55471140a4ece07ecb8bb9643e04d8 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sun, 28 Dec 2014 19:05:12 +0100
Subject: [PATCH] Editing README

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index f98f08f2..fc850b03 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,21 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
   * Communities viewing
   * Money Transfer
   * cx_freeze deployment
-  * Wallet management (no multiple wallets yet)
+  * Wallets management
   * Contacts management
-
-### Todo
   * Joining a community, publishing keys
   * Multiple wallets management
 
+### Todo
+  * Creating a list of received and sent transactions
+  * ... ?
+
 ### How to install
   * __git clone --recursive https://github.com/Insoleet/cutecoin.git__
-  * Note : On Windows, this can't be installed because of Pynacl not available on this OS. Issue #100 opened : https://github.com/pyca/pynacl/issues/100 )
   * Install [python3](https://www.python.org/downloads/), [cx_freeze for python 3](http://cx-freeze.sourceforge.net/) and [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5), and [pip](http://www.pip-installer.org/en/latest/)
   * Run :
-   * __pip install scrypt__
-   * __pip install pynacl__
+   * __pip install pylibscrypt__
+   * __pip install libnacl__
    * __pip install requests__
   * Run __python gen_resources.py__ in cutecoin folder
   * Run __python setup.py build__ in cutecoin folder
-- 
GitLab