Huh, (0, 1)[True]
evaluates to True
in Python.
[python]
19:22 <@ferada> python package management is so braindead, even with pip 19:23 <@ferada> numpy in requirements.txt isn't enough for a clean install, you first have to install numpy, then run pip install -r if other packages require numpy
[python]