Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
matograine
silkaj
Commits
1833da00
Commit
1833da00
authored
Apr 17, 2017
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[doc] #5: document how to build with Pyinstaller.
parent
4e8306cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+1
-0
doc/build_with_pyinstaller.md
doc/build_with_pyinstaller.md
+18
-0
No files found.
README.md
View file @
1833da00
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
## Install
## Install
-
[
Install inside a Python environemnt
](
https://github.com/duniter/silkaj/blob/master/doc/install_pyenv.md
)
-
[
Install inside a Python environemnt
](
https://github.com/duniter/silkaj/blob/master/doc/install_pyenv.md
)
-
[
Install without Python environment
](
https://github.com/duniter/silkaj/blob/master/doc/install_on_the_system.md
)
-
[
Install without Python environment
](
https://github.com/duniter/silkaj/blob/master/doc/install_on_the_system.md
)
-
[
Build an executable with Pyinstaller
](
https://github.com/duniter/silkaj/blob/master/doc/build_with_pyinstaller.md
)
-
[
Install as a drop-down for GNOME Shell with Argos
](
https://github.com/duniter/silkaj/blob/master/doc/argos.md
)
-
[
Install as a drop-down for GNOME Shell with Argos
](
https://github.com/duniter/silkaj/blob/master/doc/argos.md
)
## Usage
## Usage
...
...
doc/build_with_pyinstaller.md
0 → 100644
View file @
1833da00
# Build with Pyinstaller
## Install Pyinstaller
```
bash
pip
install
pyinstaller
```
If you are using Pyenv, don’t forget to save pyinstaller install:
```
bash
pyenv rehash
```
## Build
```
bash
pyinstaller src/silkaj.py
--hidden-import
=
_cffi_backend
--hidden-import
=
_scrypt
--onefile
```
You will found the exetuable file on
`silkaj/dist`
folder.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment