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