Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afender authored Sep 27, 2019
1 parent bbb800d commit 1789b9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,14 @@ To install cuGraph from source, ensure the dependencies are met and follow the s
```bash
# create the conda environment (assuming in base `cugraph` directory)
# for CUDA 9.2
conda env create --name cugraph_dev --file conda/environments/cugraph_dev.yml
conda env create --name cugraph_dev --file conda/environments/cugraph_dev92.yml

# for CUDA 10
conda env create --name cugraph_dev --file conda/environments/cugraph_dev_cuda10.yml

# for CUDA 10.1
conda env create --name cugraph_dev --file conda/environments/cugraph_dev_cuda101.yml

# activate the environment
conda activate cugraph_dev

Expand Down

0 comments on commit 1789b9b

Please sign in to comment.