Adjust documentation for newly packaged version.
This commit is contained in:
parent
8b78d56040
commit
e000110958
1 changed files with 13 additions and 4 deletions
17
README.org
17
README.org
|
@ -20,10 +20,21 @@ Wallman currently has three main features:
|
||||||
+ APScheduler (Install python-apscheduler or APScheduler, depending on the package manager)
|
+ APScheduler (Install python-apscheduler or APScheduler, depending on the package manager)
|
||||||
+ feh (Used for setting the wallpapers, hard dependency)
|
+ feh (Used for setting the wallpapers, hard dependency)
|
||||||
*** Optional
|
*** Optional
|
||||||
+ libnotify (for desktop notification support.)
|
+ libnotify (for desktop notification support)
|
||||||
|
*** Build dependencies
|
||||||
|
+ setuptools
|
||||||
|
+ build
|
||||||
|
|
||||||
|
** Installing with pip
|
||||||
|
Wallman is available on PYPI. Simply run:
|
||||||
|
#+BEGIN_SRC shell
|
||||||
|
pip install wallman
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** How to install it?
|
** Installing with package Manager
|
||||||
|
Versions in the AUR and an ebuild for Gentoo will be added soon. A flatpak and Nixpkgs version are on the horizon, too.
|
||||||
|
|
||||||
|
** Installing manually
|
||||||
+ Clone this git repo
|
+ Clone this git repo
|
||||||
+ Create a log file and a configuration file:
|
+ Create a log file and a configuration file:
|
||||||
#+BEGIN_SRC shell
|
#+BEGIN_SRC shell
|
||||||
|
@ -64,8 +75,6 @@ The keys in the dictionary once again do not matter, the names of the keys in ea
|
||||||
* TODOs
|
* TODOs
|
||||||
** Structuring
|
** Structuring
|
||||||
+ Write unittests
|
+ Write unittests
|
||||||
+ Write a setup.py
|
|
||||||
+ Improve the general directory layout
|
|
||||||
+ Add documentation for developers
|
+ Add documentation for developers
|
||||||
|
|
||||||
** Technical Details
|
** Technical Details
|
||||||
|
|
Loading…
Reference in a new issue