Updated CONTRIBUTING.md (#72044)

Summary:
Removed duplicate statements

Pull Request resolved: https://github.com/pytorch/pytorch/pull/72044

Reviewed By: albanD

Differential Revision: D33883764

Pulled By: mrshenli

fbshipit-source-id: db467b2adec6a62edf132a70f70e665a97266fa4
(cherry picked from commit aa38c8af79)
This commit is contained in:
Kishan Savant 2022-02-02 08:05:08 -08:00 committed by PyTorch MergeBot
parent a1383a9cfa
commit 39483b5918

View File

@ -132,10 +132,6 @@ For example:
- Install local PyTorch in `develop` mode - Install local PyTorch in `develop` mode
- modify your Python file `torch/__init__.py` (for example) - modify your Python file `torch/__init__.py` (for example)
- test functionality - test functionality
- modify your Python file `torch/__init__.py`
- test functionality
- modify your Python file `torch/__init__.py`
- test functionality
You do not need to repeatedly install after modifying Python files (`.py`). However, you would need to reinstall You do not need to repeatedly install after modifying Python files (`.py`). However, you would need to reinstall
if you modify Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, ...). if you modify Python interface (`.pyi`, `.pyi.in`) or non-Python files (`.cpp`, `.cc`, `.cu`, `.h`, ...).