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 ---------------