Hi, a nice package you have here :)
I didn't find an intended way of installing dev-packages, but from observing the source code I was able to do it this way:
M-x pipenv-install
# it asks then
Which Python packages should be installed (separate with space)?
And then I provide --dev package1 package2 ... packageN, which works just fine, packages appear in the [dev-packages] section.
The question is - did you intended to allow this, or it's an accidental side effect of how things are implemented?
If it's intended (or if it's not, but you think it's ok to do it this way) - we should document that it's possible to pass additional args this way.
Cheers!
Hi, a nice package you have here :)
I didn't find an intended way of installing dev-packages, but from observing the source code I was able to do it this way:
And then I provide
--dev package1 package2 ... packageN, which works just fine, packages appear in the[dev-packages]section.The question is - did you intended to allow this, or it's an accidental side effect of how things are implemented?
If it's intended (or if it's not, but you think it's ok to do it this way) - we should document that it's possible to pass additional args this way.
Cheers!