Commit dd280424 authored by Arun's avatar Arun
Browse files

installation clarification for zsh [skip ci]

parent 22a8fbd7
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
------------