Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation
conflicts with the tap it's operating on.

1. Create and activate a virtualenv
2. `pip install -e .` (for developing `singer-tools`) or `pip install singer-tools` (for running `singer-tools`)
2. `pip install -e .` (for developing `singer-tools`) or `pip install git+https://github.com/singer-io/singer-tools@master` (for running `singer-tools`)
3. Run via `<virtualenv>/bin/<singer-tool>`, e.g. `<virtualenv>/bin/singer-check-tap`.

Tools
Expand Down