Installing Anaconda and OpenEye Python Toolkits

  1. Install Anaconda from https://www.anaconda.com/download Please select the Python 3x version.

Warning

If your Windows user name contains a space Anaconda will prompt with a warning. Continuing with installation will cause issues. Installation into C:\Anaconda3 should work satisfactorily.

Note

While Anaconda is available free of charge for personal use, users may need to purchase an Anaconda license if they are doing commercial development. Please check the Anaconda license terms.xs

  1. Launch the Anaconda Navigator application and navigate to the Anaconda Environments tab.

../_images/anaconda_environments.png

Anaconda Environments

3. Click ‘Create’ at the bottom and a dialog appears. Provide a name for the new environment, e.g. oetoolkits as in Create Environment and click ‘Create’.

Note

On Windows, currently only Python 3.7, or 3.8 versions are supported.

../_images/create_environment.png

Create Environment

  1. When the new environment has finished initializing click ‘Channels’ which will bring up a dialog. Click ‘Add’ and enter https://conda.anaconda.org/openeye as in Add OpenEye Channel. Press enter. Then click ‘Update channels’.

../_images/add_channel.png

Add OpenEye Channel

  1. The option ‘Not installed’ or ‘All’ should be selected, not ‘Installed’ as in List Packages.

../_images/list_channels.png

List Packages

  1. In the ‘Search packages’ box start to type openeye and you should see the openeye-toolkits listed. Tick the box to select them and then click ‘Apply’ as in Select OpenEye Toolkits

../_images/install_tks.png

Select OpenEye Toolkits

  1. A dialog will appear indicating openeye-toolkits and additional dependencies will be installed; click ‘Apply’.

  2. The toolkits have now been installed. To test this click on the green triangle next to the oetoolkits environment. Select Open Terminal.

../_images/launch_terminal.png

Open Terminal

  1. This will bring up the Anaconda Prompt with the oetoolkits environment loaded.

../_images/anaconda_prompt.png

Anaconda Prompt

  1. To check the toolkits have been installed please download and run the oecheminfo.py script below:

    (C:\\Anaconda3\\envs\\oetoolkits) C:\\Users\\User Name> python oecheminfo.py
    Installed OEChem version: |oechemversion| platform: microsoft-win64-msvc14-x64 built: |builddate|
    ...
    

Download code

oecheminfo.py