-
Notifications
You must be signed in to change notification settings - Fork 302
remove conda references from markdown for install UI #2010
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
base: site
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pytorch-dot-org-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
lgtm
@@ -91,7 +71,7 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack | |||
### Prerequisites | |||
{: #mac-prerequisites-2} | |||
|
|||
1. [Optional] Install [Anaconda](#anaconda) | |||
1. [Optional] Install [pip](https://pypi.org/project/pip/) |
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.
I replaced this with pip but is this correct or should we remove step 1 since it's optional?
### pip | ||
{: #mac-pip} | ||
|
||
To install PyTorch via pip, use one of the following two commands, depending on your Python version: | ||
To install PyTorch via pip, use the following the command, depending on your Python version: |
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.
Correcting language here - not relevant to this PR though so I can remove it if we want to do that another time. There's only one command under here though
### pip | ||
{: #mac-pip} | ||
|
||
To install PyTorch via pip, use one of the following two commands, depending on your Python version: | ||
To install PyTorch via pip, use the following the command, depending on your Python version: |
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.
To install PyTorch via pip, use the following the command, depending on your Python version: | |
To install PyTorch via pip, use the following command, depending on your Python version: |
@@ -1,7 +1,7 @@ | |||
# Installing on macOS | |||
{:.no_toc} | |||
|
|||
PyTorch can be installed and used on macOS. Depending on your system and GPU capabilities, your experience with PyTorch on a Mac may vary in terms of processing time. | |||
PyTorch can be installed and used on macOS. Depending on your system and GPU capabilities, your experience with PyTorch on a Mac may vary in terms of processing time. |
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.
PyTorch can be installed and used on macOS. Depending on your system and GPU capabilities, your experience with PyTorch on a Mac may vary in terms of processing time. | |
PyTorch can be installed and used on macOS. Depending on your system and GPU capabilities, your experience with PyTorch on macOS may vary in terms of processing time. |
Remove conda references on installation guidance on pytorch site such as:

https://pytorch.org/get-started/locally/#windows-anaconda