We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requirements.txt
yaml
1 parent ae7aade commit 6784710Copy full SHA for 6784710
README.md
@@ -87,7 +87,7 @@ First time:
87
```bash
88
git clone https://github.com/kexinhuang12345/DeepPurpose.git ## Download code repository
89
cd DeepPurpose ## Change directory to DeepPurpose
90
-conda env create -f environment.yml ## Build virtual environment with all packages installed using conda
+pip install . ## Install DeepPurpose
91
conda activate DeepPurpose ## Activate conda environment (use "source activate DeepPurpose" for anaconda 4.4 or earlier)
92
jupyter notebook ## open the jupyter notebook with the conda env
93
0 commit comments