FAVITES-Lite v1.0.1
- Add support for symlink to
favites_lite.py
- Previously,
favites_lite.py
would not be able to findglobal.json
if you create a symlink to run the script - Common use case: install the
FAVITES-Lite
folder in some global directory (e.g./usr/local/bin/FAVITES-Lite
) and make a symlink in yourPATH
(e.g./usr/local/bin/favite_lite.py
points to/usr/local/bin/FAVITES-Lite/favites_lite.py
)
- Previously,