Skip to content

Commit

Permalink
add pip to the install, remove nightly files, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed May 1, 2019
1 parent 5e21bc7 commit 109252c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 90 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ To install cuGraph from source, ensure the dependencies are met and follow the s

2) Create the conda development environment

​ A) Building the `master` branch uses the `cugraph_dev` environment

```bash
# create the conda environment (assuming in base `cugraph` directory)
Expand All @@ -145,22 +144,6 @@ conda deactivate



​ B) Create the conda development environment `cugraph_nightly`

If you are on the latest development branch then you must use the `cugraph_nightly` environment. The latest cuGraph code uses the latest cuDF features that might not yet be in the master branch. To work off of the latest development branch, which could be unstable, use the nightly build environment.

```bash
# create the conda environment (assuming in base `cugraph` directory)
conda env create --name cugraph_nightly --file conda/environments/cugraph_nightly.yml

# activate the environment
conda activate cugraph_nightly

```




- The environment can be updated as development includes/changes the dependencies. To do so, run:


Expand Down
1 change: 1 addition & 0 deletions conda/environments/cugraph_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ dependencies:
- numpydoc
- ipython
- recommonmark
- pip
- pip:
- sphinx-markdown-tables
1 change: 1 addition & 0 deletions conda/environments/cugraph_dev_cuda10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ dependencies:
- numpydoc
- ipython
- recommonmark
- pip
- pip:
- sphinx-markdown-tables
37 changes: 0 additions & 37 deletions conda/environments/cugraph_nightly.yml

This file was deleted.

36 changes: 0 additions & 36 deletions conda/environments/cugraph_nightly_cuda10.yml

This file was deleted.

0 comments on commit 109252c

Please sign in to comment.