Skip to content

Commit 0c9f9a6

Browse files
committed
Update installation steps to work in 2023
1 parent f483acd commit 0c9f9a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ We recommend to install it locally since Binder needs to be refreshed every time
7777
```bash
7878
conda create -n DeepPurpose python=3.6
7979
conda activate DeepPurpose
80-
conda install -c conda-forge notebook
81-
pip install git+https://github.com/bp-kelley/descriptastorus
82-
pip install DeepPurpose
80+
pip install git+https://github.com/bp-kelley/[email protected]
81+
pip install git+https://github.com/sniperyyc/DeepPurpose
8382
```
8483

8584
### Build from Source
@@ -88,7 +87,7 @@ First time:
8887
```bash
8988
git clone https://github.com/kexinhuang12345/DeepPurpose.git ## Download code repository
9089
cd DeepPurpose ## Change directory to DeepPurpose
91-
conda env create -f environment.yml ## Build virtual environment with all packages installed using conda
90+
pip install . ## Install DeepPurpose
9291
conda activate DeepPurpose ## Activate conda environment (use "source activate DeepPurpose" for anaconda 4.4 or earlier)
9392
jupyter notebook ## open the jupyter notebook with the conda env
9493

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
rdkit-pypi
2+
notebook
23
numpy
34
pandas
45
tqdm

0 commit comments

Comments
 (0)