Skip to content
Snippets Groups Projects
Commit 67f94929 authored by Moul's avatar Moul
Browse files

[mod] #100, #80: deprecate built install in favor of pip install.

parent ffdde793
No related branches found
No related tags found
1 merge request!80100 pip install
...@@ -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)
......
## 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment