From f55803aa11dc9c0ed93e3723735c5c70c69fb752 Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Fri, 8 Dec 2023 15:09:14 -0500 Subject: [PATCH] Fix readme. Signed-off-by: Michael Robinson --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bfc67a..bd6d9b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ HTML generated by [slack-export-viewer](https://github.com/hfaran/slack-export-v ## Requirements -Requirements of slack-export-viewer and Python<=3.7. +Requirements of slack-export-viewer and Python 3.7. ## Instructions @@ -20,4 +20,10 @@ Generate the HTML locally using this [fork](https://github.com/merobi-hub/slack- python3 app.py -z /Absolute/path/to/export.zip --html-only ``` -Open a PR here to replace the existing HTML with the newly generated HTML. \ No newline at end of file +Open a PR here to replace the existing HTML with the newly generated HTML. + +## Miscellaneous + +``` +pyenv activate 3.7venv +``` \ No newline at end of file