Re: [Rdkit-discuss] python3 support completed
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Riccardo V. <ric...@gm...> - 2014-07-17 08:56:05
|
Hi all, I made some small changes to the development version of the RDKit conda recipes, so that building in a python3 environment will currently use the code from the python3-support branch on GitHub. Building from sources may this way just require the following commands: $ git clone https://github.com/rdkit/conda-rdkit.git $ cd conda-rdkit/ $ git checkout development $ CONDA_PY=34 conda build boost $ CONDA_PY=34 conda build rdkit $ conda create -n python3-rdkit python=3.4 rdkit --use-local $ source activate python3-rdkit I'll take the occasion to thank Greg for all the work he put in completing this port. Best regards, Riccardo |