mattloper / chumpy

MIT License
195 stars 118 forks source link

Fix broken Chumpy installation #15

Closed tzaman closed 7 years ago

tzaman commented 7 years ago

As noted in #13 the installation is currently broken, as setup.py tries to import chumpy to get the version string, which fails when any of chumpy's own requirements aren't installed beforehand.

This fixes the issue by using execfile to directly grab the version string from version.py instead of attempting to import the actual chumpy package. Some minor markdown updates to the README file are also included.

raffienficiaud commented 7 years ago

should fix #13

tzaman commented 7 years ago

Ping. Any chance we can get this merged?