reynoldsnlp / pipster

pipster: The pythonic way to `pip install`.
MIT License
8 stars 2 forks source link

handle multiple `-r` options in _install() #44

Open reynoldsnlp opened 1 year ago

reynoldsnlp commented 1 year ago

When building req_targets, we currently assume that the value given with -r is a string, but it could also be a list of strings.