Skip to content

Update recommended Python version in the getting started sections #1525

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

Merged
merged 3 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _get_started/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ If you decide to use APT, you can run the following command to install it:
sudo apt install python
```

> It is recommended that you use Python 3.6, 3.7 or 3.8, which can be installed via any of the mechanisms above .

> If you use [Anaconda](#anaconda) to install PyTorch, it will install a sandboxed version of Python that will be used for running PyTorch applications.

### Package Manager
Expand Down
6 changes: 3 additions & 3 deletions _includes/quick_start_local.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only available for C++.
</p>

<p><b>NOTE:</b> Latest PyTorch requires Python 3.8 or later.
</p>

<div class="row">
<div class="col-md-3 headings">
<div class="col-md-12 title-block">
Expand Down Expand Up @@ -109,6 +112,3 @@
</div>
</div>
<br>
<p><b>NOTE:</b> PyTorch LTS has been deprecated. For more information, see
<a href="{{ site.baseurl }}/blog/pytorch-enterprise-support-update/">this blog</a>.
</p>