Skip to content

Commit 3105b13

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)