happynear / py-leveldb-windows

A Visual Studio project to build leveldb python wrapper
94 stars 30 forks source link

Hello! Can it be used/installed on Windows? #9

Open cld378632668 opened 5 years ago

litvinovivan commented 5 years ago

Yes. Using it in Windows 10, Python 3.6. Add the leveldb.pyd file to C:\Program Files\Python36\Lib\site-packages or wherever your Python 3.6 is installed. Should not need to do anything else to use it.