There are two ways to install wallabag-cli. You can either use a prebuild file or the sources.
The prebuild file is easier to use. The sources can be used on every operating system and architecture.
We suggest using the prebuild file if you are technically not skilled.
- Download the latest binaries from our release-page for your operating system
- Unzip them
- Done :)
On Linux you can make the program globally executable for each user by running the following commands:
sudo chown root:root wallabag
sudo chmod 755 wallabag
sudo mv wallabag /usr/local/bin
- Download the sources via git or from our release-page
- Probably unzip them
- Install all missing python modules by executing
pip install -r requirements.txt
in the main folder - The program can be executed by running the file wallabag.py in the wallabag-subfolder