Skip to content

Commit 6784710

Browse files
committed
Use requirements.txt instead of yaml when buiding from source
1 parent ae7aade commit 6784710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ First time:
8787
```bash
8888
git clone https://github.com/kexinhuang12345/DeepPurpose.git ## Download code repository
8989
cd DeepPurpose ## Change directory to DeepPurpose
90-
conda env create -f environment.yml ## Build virtual environment with all packages installed using conda
90+
pip install . ## Install DeepPurpose
9191
conda activate DeepPurpose ## Activate conda environment (use "source activate DeepPurpose" for anaconda 4.4 or earlier)
9292
jupyter notebook ## open the jupyter notebook with the conda env
9393

0 commit comments

Comments
 (0)