Skip to content

Commit 657192e

Browse files
author
Tim Visher
committed
Recommend make install in the README
1 parent 3de9ce9 commit 657192e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Next, install this library:
1919
source ~/.virtualenvs/singer-python/bin/activate
2020
git clone http://github.com/singer-io/singer-python
2121
cd singer-python
22-
python -m pip install -e .
22+
make install
2323
```
2424

2525
Now, from python code within the same `virtualenv`, you can use the

0 commit comments

Comments
 (0)