mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Remove lintrunner windows exclusion (#142150)
As it's available right now, see https://pypi.org/project/lintrunner/0.12.7/#files And no longer ask developers to install rust on the platform Pull Request resolved: https://github.com/pytorch/pytorch/pull/142150 Approved by: https://github.com/wdvr
This commit is contained in:
committed by
PyTorch MergeBot
parent
a9d84875a9
commit
12b8c2fd8b
@ -236,8 +236,6 @@ git submodule update --init --recursive
|
||||
|
||||
```bash
|
||||
conda install cmake ninja
|
||||
# Run this command on native Windows
|
||||
conda install rust
|
||||
# Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section below
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
Reference in New Issue
Block a user