Closed ocefpaf closed 6 years ago
could you rebase this onto master to make it easier to see the remaining differences?
This is ready for another round of reviews.
Is it basically assumed now that people have setuptools installed? I guess it is pretty much safe because matplotlib has been requiring setuptools for awhile now, right?
Is it basically assumed now that people have setuptools installed?
Yep. pip
is the recommended way to install packages now and pip
brings setuptools
. Also, pip
is now bundle with all basic Python distributions, so it is always expected to be present.
# Do not merge this before #400 and #401... and simplify how we deal with the requirements in
setup.py
.