capoe / benchml

ML benchmarking and pipeling framework
Apache License 2.0
15 stars 6 forks source link

installation #1

Closed BingqingCheng closed 4 years ago

BingqingCheng commented 4 years ago

Fantastic work @capoe Beautiful logo, too

I'm wondering perhaps it's worthwhile to add a line about the installation of the package (as well as any dependencies)?

I suppose I just add the /benml to my python path?

capoe commented 4 years ago

Sorry, didn't see your notification right away. I think we should use setup.py in future. At this point, the "installation" involves $ git clone ... $ cd benchml $ ./configure.py $ source ./bin/BENCHMLRC This will add the benchml folder to the pythonpath.