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

Added installation instructions

parent 9c8c98af
No related branches found
No related tags found
No related merge requests found
...@@ -9,15 +9,15 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. ...@@ -9,15 +9,15 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
* Multi-currency * Multi-currency
* Multi-community * Multi-community
* Multi-wallets * Multi-wallets
* Contacts messaging * Contacts management
* User-friendly coins transfer * User-friendly money transfer
* Community membership management via a voting interface * Community membership management
## Current state ## Current state
### Done (master branch) ### Done (master branch)
* Accounts management * Accounts management
* Communities viewing * Communities viewing
* Coins Transfer * Money Transfer
* cx_freeze deployment * cx_freeze deployment
* Wallet management (no multiple wallets yet) * Wallet management (no multiple wallets yet)
* Contacts management * Contacts management
...@@ -28,11 +28,12 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. ...@@ -28,11 +28,12 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
### How to install ### How to install
* __git clone --recursive https://github.com/Insoleet/cutecoin.git__ * __git clone --recursive https://github.com/Insoleet/cutecoin.git__
* Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python. * 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.3](https://www.python.org/download/releases/3.3.5), [cx_freeze for python 3.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/) * 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/)
* On Linux, deployment works with python3.4 too * Run :
* On Windows, make sure folders for python3 and pyqt5 binaries are in your $PATH * __pip install scrypt__
* Run __pip install python-gnupg__ and __pip install requests__ * __pip install pynacl__
* __pip install requests__
* Run __python gen_resources.py__ in cutecoin folder * Run __python gen_resources.py__ in cutecoin folder
* Run __python setup.py build__ in cutecoin folder * Run __python setup.py build__ in cutecoin folder
* The executable is generated in "build" folder, named "__init__" * The executable is generated in "build" folder, named "__init__"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment