Commit 24643a87 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 1b728745
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -31,12 +31,14 @@ Quickstart
If you're new, you can install DeepChem on a new machine with the following commands
If you're new, you can install DeepChem on a new machine with the following commands


.. code-block:: bash
.. code-block:: bash

  pip install tensorflow
  pip install tensorflow
  pip install deepchem-nightly
  pip install deepchem-nightly


DeepChem is under very active development at present, so we recommend using our nightly build until we release a next major release. Note that to use DeepChem for chemistry applications, you will have to also install RDKit using conda.
DeepChem is under very active development at present, so we recommend using our nightly build until we release a next major release. Note that to use DeepChem for chemistry applications, you will have to also install RDKit using conda.


.. code-block:: bash
.. code-block:: bash

  conda install -y -c rdkit -c conda-forge rdkit
  conda install -y -c rdkit -c conda-forge rdkit