Skip to content

Commit

Permalink
Add update instructions for conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Sep 14, 2016
1 parent 99bff92 commit 630e25d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ With conda, you can create the `cognoma-machine-learning` environment by running
conda env create --quiet --force --file environment.yml
```

If `environment.yml` has changed since you created the environment, run the following update command:

```sh
conda env update --file environment.yml
```

Activate the environment by running `source activate cognoma-machine-learning` on Linux or OS X and `activate cognoma-machine-learning` on Windows. Once this environment is active in a terminal, run `jupyter notebook` to start a notebook server.

0 comments on commit 630e25d

Please sign in to comment.