Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] README.md: create installation guide #47

Open
alyferryhalo opened this issue Sep 5, 2022 · 5 comments
Open

[docs] README.md: create installation guide #47

alyferryhalo opened this issue Sep 5, 2022 · 5 comments

Comments

@alyferryhalo
Copy link

Just an idea for docs. It could be pretty helpful if there will be an installation guide in the README.md file.

@liang2508
Copy link

Hi,
Have you installed mmpdb successfully? I can not find any installation guide from the README.md file, either

@alyferryhalo
Copy link
Author

Hey.

If I remember well, I did this (on macOS Monterey 12.01):

conda create -c conda-forge -n mmpdb rdkit
conda activate mmpdb
conda install -c conda-forge apsw
cd Documents
mkdir mmpdb
cd mmpdb
git clone https://github.com/rdkit/mmpdb.git
cd mmpdb
python setup.py install

And then I checked:

mmpdb help-analysis

You should get a long help output, Hope this will work for you!

@liang2508
Copy link

Hi,

These commands really work, I have installed this successfully. Thanks for your help!

@gpwood
Copy link

gpwood commented Feb 11, 2023

Thanks for supplying this. I had an issue installing using conda. Even after creating a new environment there were package clashes from conda. The solution was to use mamba instead and everything seemed to work fine:

@gpwood
Copy link

gpwood commented Feb 11, 2023

Also I should mention, you need to add

mamba create -c conda-forge -n mmpdb rdkit python=3.6
initially it just installed 3.11 for me and while the mmpdb --help command works the fragmentation procedure will die without 3.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants