Commit 1384da03 authored by nd-02110114's avatar nd-02110114
Browse files

📝 update reame

parent bf12a3ee
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
[![Anaconda-Server Badge](https://anaconda.org/deepchem/deepchem/badges/version.svg)](https://anaconda.org/deepchem/deepchem)
[![PyPI version](https://badge.fury.io/py/deepchem.svg)](https://badge.fury.io/py/deepchem)

Documentation ([Latest](https://deepchem.readthedocs.io/en/latest/))

DeepChem aims to provide a high quality open-source toolchain
that democratizes the use of deep-learning in drug discovery,
materials science, quantum chemistry, and biology.
@@ -124,8 +126,7 @@ bash scripts/install_deepchem_conda.sh deepchem
```

Before activating deepchem environment, make sure conda has been initialized.  
Check if there is a `(base)` in your command line.  
If not, use `conda init bash` to activate it, then:
Check if there is a `(base)` in your command line. If not, use `conda init bash` to activate it, then:

```
conda activate deepchem
@@ -143,8 +144,7 @@ Currently you have to install from source in windows.
```

Before activating deepchem environment, make sure conda-powershell has been initialized.  
Check if there is a `(base)` before `PS` in powershell.  
If not, use `conda init powershell` to activate it, then:
Check if there is a `(base)` before `PS` in powershell. If not, use `conda init powershell` to activate it, then:

```bash
conda activate deepchem
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ RUN conda update -n base conda && \
    conda create -y --name deepchem python=3.6 && \
    . /miniconda/etc/profile.d/conda.sh && \
    conda activate deepchem && \
    pip install tensorflow-gpu=1.15 \
    pip install tensorflow-gpu==1.14 \
    conda install -c rdkit -c conda-forge -c omnia deepchem==2.3.0 && \
    conda clean -afy && \
    rm -rf ~/.cache/pip