May 2019
Intermediate to advanced
452 pages
12h 16m
English
Create a new pure Python project with the following configuration. Make sure you create a separate new directory in our existing project directory. Conda will automatically set a new environment in PyCharm, ready for creation. We use DeepChem instead of deepchem to distinguish it as an environment name rather than a package name. You can use any other name of your choice if you want. Remember that naming is case sensitive on Linux:

Update conda and run the subsequent command from a Terminal:
$ conda activate DeepChemconda update -n base conda -c anacondaCollecting package metadata: doneSolving environment: done ...
Read now
Unlock full access