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

Update readme

parent 84944ad8
No related branches found
No related tags found
No related merge requests found
...@@ -13,17 +13,7 @@ ...@@ -13,17 +13,7 @@
Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project. Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project.
## Goal features ### 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)
* Accounts management * Accounts management
* Communities viewing * Communities viewing
* Money Transfer * Money Transfer
...@@ -35,20 +25,27 @@ Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project. ...@@ -35,20 +25,27 @@ Python3 and PyQt5 Client for [duniter](http://www.duniter.org) project.
### Dependencies ### Dependencies
* Dependencies : * Dependencies :
* Qt5
* [python3](https://www.python.org/downloads/) * [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) * [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) * General tips : use pyenv to build sakia, as described in the [wiki](https://github.com/duniter/sakia/wiki/Cutecoin-install-for-developpers)
### Build scripts ### Wheel Build scripts
* Run __python3 gen_resources.py__ in sakia folder * Install __wheel__ with `pip install wheel`
* Run __python3 gen_translations.py__ in sakia folder * Run `python3 gen_resources.py` in sakia folder
* Run __python3 setup.py build__ in sakia folder * Run `python3 gen_translations.py` in sakia folder
* The executable is generated in "build" folder, named "sakia" * 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 ### Download latest release
* Go to [current release](https://github.com/duniter/sakia/releases) * Go to [current release](https://github.com/duniter/sakia/releases)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment