1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 16:43:55 +00:00
Files
dotdrop/docs/meta/dependencies.md
2020-09-12 14:18:53 +02:00

543 B

Beside the python dependencies defined in requirements.txt, dotdrop depends on following tools:

  • file
  • diff
  • mkdir
  • git (for the entry point script dotdrop.sh)
  • readlink or realpath (for the entry point script dotdrop.sh)

For MacOS users, make sure to install realpath (part of coreutils) through homebrew.