summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpeter <peterghost86@gmail.com>2019-03-06 14:40:05 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-03-06 14:45:31 -0800
commitc78da0c6ede91f8bb778bb566e5aca1d57fc6cf5 (patch)
treeb2779e3f4e2600ab1088d109b1659ba8cb40099b /docs
parenta87d475c2fd09517e2acbf98fee5c49552e2ed15 (diff)
downloadpytorch-c78da0c6ede91f8bb778bb566e5aca1d57fc6cf5.tar.gz
pytorch-c78da0c6ede91f8bb778bb566e5aca1d57fc6cf5.tar.bz2
pytorch-c78da0c6ede91f8bb778bb566e5aca1d57fc6cf5.zip
Enable using CMD when building cpp extensions on Windows
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17706 Differential Revision: D14346482 Pulled By: ezyang fbshipit-source-id: 7c85e51c701f6c0947ad324ef19fafda40ae1cb9
Diffstat (limited to 'docs')
-rw-r--r--docs/source/notes/windows.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/notes/windows.rst b/docs/source/notes/windows.rst
index d8648b33f9..428932b7ec 100644
--- a/docs/source/notes/windows.rst
+++ b/docs/source/notes/windows.rst
@@ -113,9 +113,7 @@ This type of extension has better support compared with
the previous one. However, it still needs some manual
configuration. First, you should open the
**x86_x64 Cross Tools Command Prompt for VS 2017**.
-And then, you can open the Git-Bash in it. It is
-usually located in ``C:\Program Files\Git\git-bash.exe``.
-Finally, you can start your compiling process.
+And then, you can start your compiling process.
Installation
------------