From 11bacc74f69397650e5488ebf0c07da7c3e44571 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Thu, 8 May 2025 15:59:43 +0200 Subject: [PATCH] Update instructions to install package from local clone setup.py doesn't exist anymore in the repo. --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ae81501cf..b03cdc07a 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Alternatively, the repo can be cloned and installed directly: git clone https://github.com/taskcluster/taskgraph cd taskgraph - python setup.py install + pip install . In both cases, it's recommended to use a Python `virtual environment`_. diff --git a/docs/index.rst b/docs/index.rst index 762c085f7..fb4fea4fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -34,7 +34,7 @@ need to test against a specific revision: git clone https://github.com/taskcluster/taskgraph cd taskgraph - python setup.py develop + pip install --editable . Getting Started ---------------