[09:16:04] <FiNaLsPY> Hi, I discovered the square brackets syntax with pip "pip install foo[bar]", I understand it installs a specific version of foo with features enabled for bar. My question : is it worth / is there a reason to do "pip install foo foo[bar]"
[09:35:50] <FiNaLsPY> Anybody ? Is "pip install foo[bar]" is sufficient ? Or do I need to "pip install foo foo[bar]" ?
[12:55:07] <tos9> FiNaLsPY: It's not a pip feature, it's a setuptools one
[12:55:15] <tos9> FiNaLsPY: But no, you don't need to specify it twice