Unverified Commit 49e6ee64 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2664 from arunppsg/readme

installation clarification for zsh [skip ci]
parents a8f150eb dd280424
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -109,6 +109,10 @@ If GPU support is required, then make sure CUDA is installed and then install th
2. pytorch - https://pytorch.org/get-started/locally/#start-locally
3. jax - https://github.com/google/jax#pip-installation-gpu-cuda

In `zsh` square brackets are used for globbing/pattern matching. This means you
need to escape the square brackets in the above installation. You can do so
by including the dependencies in quotes like `pip install --pre 'deepchem[jax]'`

### Docker

If you want to install deepchem using a docker, you can pull two kinds of images.  
+3 −0
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@ If GPU support is required, then make sure CUDA is installed and then install th
2. pytorch - https://pytorch.org/get-started/locally/#start-locally
3. jax - https://github.com/google/jax#pip-installation-gpu-cuda

In :code:`zsh` square brackets are used for globbing/pattern matching. This means
you need to escape the square brackets in the above installation. You can do so by
including the dependencies in quotes like :code:`pip install --pre 'deepchem[jax]'`

Google Colab
------------