Skip to content

Commit d4e68ed

Browse files
authored
Update recommended Python version in the getting started sections (#1525)
* Update recommended Python version in the getting started section to 3.8 * Remove mentioning of old Python versions in linux.md * Removing LTS deprecation note
1 parent ccad396 commit d4e68ed

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

_get_started/installation/linux.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ If you decide to use APT, you can run the following command to install it:
4040
sudo apt install python
4141
```
4242

43-
> It is recommended that you use Python 3.6, 3.7 or 3.8, which can be installed via any of the mechanisms above .
44-
4543
> If you use [Anaconda](#anaconda) to install PyTorch, it will install a sandboxed version of Python that will be used for running PyTorch applications.
4644
4745
### Package Manager

_includes/quick_start_local.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only available for C++.
66
</p>
77

8+
<p><b>NOTE:</b> Latest PyTorch requires Python 3.8 or later.
9+
</p>
10+
811
<div class="row">
912
<div class="col-md-3 headings">
1013
<div class="col-md-12 title-block">
@@ -109,6 +112,3 @@
109112
</div>
110113
</div>
111114
<br>
112-
<p><b>NOTE:</b> PyTorch LTS has been deprecated. For more information, see
113-
<a href="{{ site.baseurl }}/blog/pytorch-enterprise-support-update/">this blog</a>.
114-
</p>

0 commit comments

Comments
 (0)