adorable-yacht-38347
10/15/2019, 2:38 PMechoing-needle-59281
10/15/2019, 2:39 PMadorable-yacht-38347
10/15/2019, 2:41 PMyarn link
for python. š¦echoing-needle-59281
10/15/2019, 2:43 PMmeltano
# Install dev dependencies with the edit flag on to detect changes
# Note: you may have to escape the .`[dev]` argument on some shells, like zsh
pip install -e .[dev]
-e
which means --editable
, i.e. install from sourceadorable-yacht-38347
10/15/2019, 3:01 PMechoing-needle-59281
10/15/2019, 3:04 PMadorable-yacht-38347
10/15/2019, 3:04 PM