I want to use RDkit with python3 in windows OS
But here are something I got confused
Besides the author said the most recommend way is anaconda(I don't want this),the other way is to install RDkit with release binary package. But as I follow the document as BELLOW:
I do got the latest releases
I unzip the package
But the directory doesn't have the sub dir name "lib" in last step: PATH: add ;%RDBASE%\lib to the end
What can I do? do I mkdir named lib at there? Or just the binary package is not full?
besides, if i want to use compile source code way,the example enviroment is python2.7,can i compile it with python3?