Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
3ae145e6
Commit
3ae145e6
authored
7 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
84944ad8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-21
18 additions, 21 deletions
README.md
with
18 additions
and
21 deletions
README.md
+
18
−
21
View file @
3ae145e6
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment