-
Notifications
You must be signed in to change notification settings - Fork 4k
Doc updates #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc updates #286
Conversation
…tarted that lets the reader know then can pass both files and URLs to streamlit run as arguments.
|
@kellyamanda - Let me know if this tip bubble approach for passing URLs with streamlit run works for you. I also updated the prereq that you requested via email. |
docs/index.md
Outdated
| 1. Before you do anything else, make sure that you have [Python 2.7.0 or later | ||
| / Python 3.6.x or later](https://www.python.org/downloads/). | ||
| 1. Make sure that you have [Python 2.7.0 | ||
| / Python 3.6.x or later](https://www.python.org/downloads/) installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not remove the "or later" next to Python 2.7.0, as alternative it could say "Make sure that you have Python 2.7.x / 3.6.x installed."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that capture the fact that folks can use 3.7/3.8? just making sure we aren't making the readers think they're limited to 3.6.x. I'll change it for now, but something we should think about. What do you think @tvst?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just keep it with the 'or later':
Make sure that you have [Python 2.7.x / Python 3.6.x or later]
* develop: Use custom context manager for temporary file in cli.py (streamlit#489) Update pull_request_template.md Update pull_request_template.md Handle lack of trailing slash (streamlit#528) Set auto_envvar_prefix to STREAMLIT (streamlit#477) Strip slashes in path components (streamlit#523) Create doc_improvement.md ESlint: allow @ts-ignore (streamlit#499) Update Pipfile (streamlit#505) Release 0.49.0 (streamlit#509) Removing package json (streamlit#501) Feature/input number (streamlit#416) ESLint warnings are fatal in Circle (streamlit#492) Doc updates (streamlit#286)
Getting LP prereq to one line. Adding note to main concepts and get tarted that lets the reader know then can pass both files and URLs to streamlit run as arguments.
Contribution License Agreement
By submiting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.