From a154c2093c0f2646346f032e1f30012779b3c51d Mon Sep 17 00:00:00 2001 From: Rohit Manav Date: Thu, 21 Aug 2025 03:31:12 +0000 Subject: [PATCH] remove redundant installation (#160634) Fixes #160302 Pull Request resolved: https://github.com/pytorch/pytorch/pull/160634 Approved by: https://github.com/sekyondaMeta, https://github.com/malfet --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 03f76893e3e..4c18724be0c 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,6 @@ git submodule update --init --recursive **Common** ```bash -conda install cmake ninja # Run this command from the PyTorch directory after cloning the source code using the “Get the PyTorch Source“ section above pip install -r requirements.txt ```