pberkes / big_O

Python module to estimate big-O time complexity from execution time
BSD 3-Clause "New" or "Revised" License
322 stars 50 forks source link

Add Install Requirements #20

Closed mtroiani closed 6 years ago

mtroiani commented 6 years ago

Uses setuptools' install-requires to check for numpy and install if necessary during installs of big_O package. Resolves #18.

pberkes commented 6 years ago

Thank you!