facebookresearch / pysparnn

Approximate Nearest Neighbor Search for Sparse Data in Python!
Other
915 stars 146 forks source link

Add requirements.txt #2

Closed cosinequanon closed 8 years ago

cosinequanon commented 8 years ago

Run pip freeze > requirements.txt on your environment so others can know how you built the env. This helps others get started with this library :)

spencebeecher commented 8 years ago

I used 'pipreqs' to build requirements.txt & updated the readme with installation instructions

Can you verify this works for you?