aiqm / aimnet

Atoms In Molecules Neural Network Potential
MIT License
97 stars 27 forks source link

Installing? #5

Open alohith opened 2 years ago

alohith commented 2 years ago

Hi,

I'm attempting to install this package for my lab, but the install instructions are non-existent. I'm able to see that the package can be found on pip by google search, but that doesn't seem to be working. So which python version is being expected, and how to I go about installing this package?

Thanks Akshar

atom-moyer commented 2 years ago

Im not aware of the package on PyPi. I added a simple setup.py script in the open pull request #3. If you clone this repo and add the two files from that PR, you should be able to use 'python setup.py install' to install the package.