Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
67f94929
Commit
67f94929
authored
6 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[mod] #100, #80: deprecate built install in favor of pip install.
parent
ffdde793
No related branches found
No related tags found
1 merge request
!80
100 pip install
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-13
1 addition, 13 deletions
README.md
doc/install_build.md
+18
-0
18 additions, 0 deletions
doc/install_build.md
with
19 additions
and
13 deletions
README.md
+
1
−
13
View file @
67f94929
...
@@ -4,20 +4,8 @@
...
@@ -4,20 +4,8 @@
-
[
Website
](
https://silkaj.duniter.org
)
-
[
Website
](
https://silkaj.duniter.org
)
## Install
## Install
### With release
Download
[
last release
](
https://git.duniter.org/clients/python/silkaj/tags
)
with
`wget`
.
Check it's integrity comparing it to
`silkaj_sha256sum`
:
```
bash
sha256sum
silkaj
```
Add executable permissions:
```
bash
chmod
a+x silkaj
```
### Manually
-
[
Install with pipenv
](
doc/install_pipenv.md
)
-
[
Install with pipenv
](
doc/install_pipenv.md
)
-
[
Install with the build
](
doc/install_build.md
)
-
[
Build an executable with Pyinstaller
](
doc/build_with_pyinstaller.md
)
-
[
Build an executable with Pyinstaller
](
doc/build_with_pyinstaller.md
)
-
[
Install as a drop-down for GNOME Shell with Argos
](
doc/argos.md
)
-
[
Install as a drop-down for GNOME Shell with Argos
](
doc/argos.md
)
...
...
This diff is collapsed.
Click to expand it.
doc/install_build.md
0 → 100644
+
18
−
0
View file @
67f94929
## Install with the realease bundle
Build are built on Fedora, and only works on Fedora for now.
### Download
Download
[
last release
](
https://git.duniter.org/clients/python/silkaj/tags
)
with
`wget`
.
### Integrity check
Check it's integrity comparing it to
`silkaj_sha256sum`
:
```
bash
sha256sum
silkaj
```
### Add executable permissions:
```
bash
chmod
a+x silkaj
```
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