diff --git a/README.md b/README.md index 9d72c11d8ccd6a576f4a2f4a061696a70d46576f..9a1e50930f14c1ae84a0f77fa2a6421d00d09ab9 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. * A random guy should be able to send and receive money ### How to install - - * On Windows, install cygwin. On linux, make sure "make" command is available. - * Install [python3](http://www.python.org/downloads/), [cx_freeze](http://cx-freeze.sourceforge.net/) and [pyqt5](http://www.riverbankcomputing.co.uk/software/pyqt/download5) - * Run make in cutecoin folder - * Run "python setup.py build" in cutecoin folder (Note : only tested on linux) + * Note : On Windows, it seems that PyQt5 works best with 32 bits version of Python. + * 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/) + * On Windows, make sure python3 and pyqt5 are in your $PATH + * Run "python gen_resources.py" in cutecoin folder + * Run "python setup.py build" in cutecoin folder * The executable is generated in "build" folder