Skip to content

Commit

Permalink
Remove mention of Python 2 from docs. (streamlit#1328)
Browse files Browse the repository at this point in the history
* Remove mention of Python 2 from docs.

* Python python -> python
  • Loading branch information
tvst authored Apr 10, 2020
1 parent 3d15636 commit 5ea18f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Use the links below to jump to a specific section:
Before you get started, you're going to need a few things:

- Your favorite IDE or text editor
- [Python 2.7.0 or later / Python 3.6.x or
later](https://www.python.org/downloads/)
- [Python 3.6 or later](https://www.python.org/downloads/)
- [PIP](https://pip.pypa.io/en/stable/installing/)
- [Streamlit](index.md) — This one's kind of important, so don't forget to
install.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ behind Streamlit, then go over how to install and create apps with it.

Follow these steps and to get a sample app running in less than 5 minutes.

1. Make sure that you have [Python 2.7.0 / Python 3.6.0](https://www.python.org/downloads/) or greater installed.
1. Make sure that you have [Python 3.6](https://www.python.org/downloads/) or greater installed.
1. Install Streamlit using [PIP](https://pip.pypa.io/en/stable/installing/):
```bash
$ pip install streamlit
Expand Down

0 comments on commit 5ea18f6

Please sign in to comment.