singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.26k stars 148 forks source link

Mention virtualenv in README #21

Closed mdelaurentis closed 7 years ago

mdelaurentis commented 7 years ago

Several users have pointed out that Taps and Targets can have conflicting requirements that make it hard to install them in the same environment. I use a separate virtualenv for each Tap and Target and I've found that solution to work very well. This just changes the README to suggest how to setup separate virtualenvs.