diff --git a/docs/docs/index.md b/docs/docs/index.md index 6ba0e22..3a135fa 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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