LIBOL / SOL

Library for Scalable Online Learning
http://sol.stevenhoi.org
Other
97 stars 38 forks source link

Solves issue #9. + Added requirements.txt #12

Open boladjivinny opened 3 years ago

boladjivinny commented 3 years ago

The installation instructions assume that the user has cython and numpy libraries installed. This version solves the issue and makes it clear that the packages should be installed by creating a requirements.txt file and adding and installation instruction for it.

Issue #9 has also been solved using recommendation from #10