From dbcc82b8294536ac96e067dd78cd6481d1eb3c9e Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Sat, 7 Mar 2020 12:14:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25186bc..1379443 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ online presence and not have to worry about what you wrote from years ago. Personally, I did this so I would feel less attached to my Facebook profile (and hence feel the need to use it less). +## Dependencies +- This tool requires at least Python 3.6 in order to run. +- A recent copy of Chrome or Chromium installed and available in your `$PATH` + ## Installation You have several options to run it. 1) Install from PyPI with `pip3 install --user delete-facebook-posts` (recommended you do this in a virtualenv to avoid incompatibilities)