Compute properties on molecules.
conda create -n mordredgui python=3.11 && \
conda activate mordredgui && \
pip install git+https://github.com/research11111/mordred-gui.git#egg=mordred-gui
Download a release from releases, then
conda create -n mordredgui python=3.11 && \
conda activate mordredgui && \
pip install mordred_gui-*.whl
mordred-gui
For example Polycaprolactone SMILES:
CCC(COC(=O)CCCCCO)(COC(=O)CCCCCO)COC(=O)CCCCCO
conda create -n mordredgui python=3.11 && \
conda activate mordredgui && \
pip install poetry && \
poetry install --no-root && \
pip install -e .
poetry build