The next steps are specific to the PyCharm IDE. To configure DeepChem with PyCharm, we have to focus on our Conda-based installation that we did earlier in the previous section. Assuming the Conda environment is created, you will already have a DeepChem development environment:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/9ef6daf1-f512-4f5b-b657-e03a008c1dfc.png)
Now, you can import deepchem within your Python programs. As you can see, PyCharm Edu detects and recommends this as you begin to type import deepchem:
![](https://static.packt-cdn.com/products/9781789341072/graphics/assets/579813b5-f6c6-469c-91bb-5dd04327b80d.png)
At this stage, we are done configuring DeepChem on the PyCharm IDE for a hands-on molecular deep learning experience with GPUs.