From 3ae145e6be23b7a5873b5153991638adcba2a198 Mon Sep 17 00:00:00 2001 From: inso <insomniak.fr@gmaiL.com> Date: Wed, 28 Feb 2018 07:59:06 +0100 Subject: [PATCH] Update readme --- README.md | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 1c363a26..1bb51b92 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,7 @@ Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project. -## Goal features - * duniter account management via wallets and communities - * Multi-currency - * Multi-community - * Multi-wallets - * Contacts management - * User-friendly money transfer - * Community membership management - -## Current state -### Done (master branch) +### Features * Accounts management * Communities viewing * Money Transfer @@ -35,21 +25,28 @@ Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project. ### Dependencies * Dependencies : + * Qt5 * [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) - * Python libraries dependencies : - * __duniterpy__ * General tips : use pyenv to build sakia, as described in the [wiki](https://github.com/duniter/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 - * The executable is generated in "build" folder, named "sakia" - +### Wheel Build scripts + * Install __wheel__ with `pip install wheel` + * Run `python3 gen_resources.py` in sakia folder + * Run `python3 gen_translations.py` in sakia folder + * To build the wheel : Run `python3 setup.py bdist_wheel` in sakia folder + +### Pyinstaller Build scripts + * Install __pyinstaller__ with `pip install pyinstaller` + * Run `python3 gen_resources.py` in sakia folder + * Run `python3 gen_translations.py` in sakia folder + * To build the binaries : Run `pyinstall sakia.spec` + +### Install with pip + * Run `pip install sakia` + * start "sakia" :) + ### Download latest release * Go to [current release](https://github.com/duniter/sakia/releases) * Download corresponding package to your operating system -- GitLab