Closed scarlehoff closed 4 years ago
I've changed setuptools so that we can install the stuff need for the documentation or the benchmark when it is needed.
Basically, in theory, now it should work with
pip install -e .[docs]
for instnace if you want to add the stuff for the doc.
I've also added a bunch of more tests.
I've changed setuptools so that we can install the stuff need for the documentation or the benchmark when it is needed.
Basically, in theory, now it should work with
pip install -e .[docs]
for instnace if you want to add the stuff for the doc.
I've also added a bunch of more tests.