Skip to content

Commit

Permalink
Merge pull request #194 from matthewfeickert/docs/update-to-python37-…
Browse files Browse the repository at this point in the history
…plus

docs: Note that SnakeViz is Python 3.7+
  • Loading branch information
jiffyclub authored May 14, 2023
2 parents f96e87f + 554b3ee commit 1a648f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ SnakeViz is a browser based graphical viewer for the output of Python's
[cProfile][] module and an alternative to using the standard library
[pstats module][pstats].
It was originally inspired by [RunSnakeRun][].
SnakeViz works on Python 2.7 and Python 3.
SnakeViz itself is still likely to work on Python 2.6,
but official support has been dropped now that [Tornado][] no longer
supports Python 2.6.
SnakeViz works on Python 3.7+.
SnakeViz v2.1.2 and older are still likely to work on Python 2.7,
but official support has been dropped now Python 2 is EOL.

## Installation

SnakeViz is available [on PyPI][pypi]. Install with [pip][]:

```
pip install snakeviz
python -m pip install snakeviz
```

## Starting SnakeViz
Expand Down

0 comments on commit 1a648f5

Please sign in to comment.