forked from radiosd/rsdLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
16 lines (11 loc) · 687 Bytes
/
README
File metadata and controls
16 lines (11 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
An assortment of file utilities as command line helpers and for use in scripts
rgr07mar18
Installation
From git use clone, or download and unzip the folder
from within the folder, exectute:
python setup.py install [--user] [--record=user_install.txt]
The --user option installs into the local user packages folder, or a virtual
environment if it is activated. Otherwise it is installed into a system wide
packages folder and as a result may need sudo privileges.
The --record option keeps information on what was installed where, both for
information and for uninstall using cat user_install.txt | xargs rm -rf