Skip to content

Commit 8bd51ea

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Improve README page and Getting Started page. (#4145)
Summary: Pull Request resolved: #4145 Minor improvements: - Link directly to the Getting Started page from README.md. It's always a few clicks away. - Besides the colab notebook, also explicitly mention `pip install executorch` Reviewed By: kirklandsign Differential Revision: D59329875 fbshipit-source-id: 176780e9320500a947b47d5000a1c32c1f50a3c6
1 parent 970e278 commit 8bd51ea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Key value propositions of ExecuTorch are:
2020
For a comprehensive technical overview of ExecuTorch and step-by-step tutorials,
2121
please visit our documentation website [for the latest release](https://pytorch.org/executorch/stable/index.html) (or the [main branch](https://pytorch.org/executorch/main/index.html)).
2222

23+
Check out the [Getting Started](https://pytorch.org/executorch/stable/getting-started-setup.htmll#quick-setup-colab-jupyter-notebook-prototype) page for a quick spin.
24+
2325
## Feedback
2426

2527
We welcome any feedback, suggestions, and bug reports from the community to help

docs/source/getting-started-setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ portability details.
7070

7171
## Quick Setup: Colab/Jupyter Notebook Prototype
7272

73-
To utilize ExecuTorch to its fullest extent, please follow the setup instructions provided below. Alternatively, if you would like to experiment with ExecuTorch quickly and easily, we recommend using the following [colab notebook](https://colab.research.google.com/drive/1qpxrXC3YdJQzly3mRg-4ayYiOjC6rue3?usp=sharing) for prototyping purposes.
73+
To utilize ExecuTorch to its fullest extent, please follow the setup instructions provided below to install from source.
7474

75+
Alternatively, if you would like to experiment with ExecuTorch quickly and easily, we recommend using the following [colab notebook](https://colab.research.google.com/drive/1qpxrXC3YdJQzly3mRg-4ayYiOjC6rue3?usp=sharing) for prototyping purposes. You can install directly via `pip` for basic functionality.
76+
```bash
77+
pip install executorch
78+
```
7579

7680

7781
## Environment Setup

0 commit comments

Comments
 (0)