added pip setup

This commit is contained in:
Karl Voit 2016-09-11 17:45:29 +02:00
parent 88c14fcbdd
commit 298a548a49
3 changed files with 16 additions and 1 deletions

4
.gitignore vendored
View file

@ -1 +1,5 @@
*.pyc
dist
MANIFEST
setup.py
.gitignore

View file

@ -1,4 +1,4 @@
## Time-stamp: <2016-08-29 18:11:07 karl.voit>
## Time-stamp: <2016-09-11 17:43:41 vk>
## -*- coding: utf-8 -*-
## This file is best viewed with GNU Emacs Org-mode: http://orgmode.org/
@ -71,6 +71,10 @@ For a complete list of parameters, please try:
The file names within the current working directory is read in and all
found words can be completed via TAB.
** Installation
Get it from [[https://github.com/novoid/appendfilename][GitHub]] or install it via «pip install appendfilename».
** Bonus: integrating into Geeqie (or similar file browsers)
I am using [[http://geeqie.sourceforge.net/][geeqie]] for browsing/presenting image files. For quickly

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
re
os
logging
time
sys
optparse
readline