Skip to content

Commit 11bacc7

Browse files
committed
Update instructions to install package from local clone
setup.py doesn't exist anymore in the repo.
1 parent d865485 commit 11bacc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Alternatively, the repo can be cloned and installed directly:
8181
8282
git clone https://github.com/taskcluster/taskgraph
8383
cd taskgraph
84-
python setup.py install
84+
pip install .
8585
8686
In both cases, it's recommended to use a Python `virtual environment`_.
8787

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ need to test against a specific revision:
3434
3535
git clone https://github.com/taskcluster/taskgraph
3636
cd taskgraph
37-
python setup.py develop
37+
pip install --editable .
3838
3939
Getting Started
4040
---------------

0 commit comments

Comments
 (0)