Skip to content

Commit

Permalink
Fix readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Robinson <[email protected]>
  • Loading branch information
merobi-hub committed Dec 8, 2023
1 parent d646b5e commit f55803a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Open a PR here to replace the existing HTML with the newly generated HTML.

## Miscellaneous

```
pyenv activate 3.7venv
```

0 comments on commit f55803a

Please sign in to comment.