Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Aug 10, 2017
1 parent 54457a2 commit 5335f7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Notebook (source code archive)](https://github.com/twosigma/beaker-notebook-arch
Set up conda environment:

```
conda create -y -n beakerx python=3.5 jupyter openjdk nodejs yarn
conda create -y -n beakerx python=3.5 jupyter openjdk nodejs
source activate beakerx
```

Expand All @@ -64,6 +64,8 @@ jupyter nbextension enable beakerx --py --sys-prefix

```
(cd beakerx; pip install -e . --verbose)
jupyter nbextension install beakerx --py --sys-prefix
jupyter nbextension enable beakerx --py --sys-prefix
```

### Update after Java change
Expand Down

0 comments on commit 5335f7a

Please sign in to comment.