Skip to content

Commit

Permalink
tiny updates to readme and contributing2
Browse files Browse the repository at this point in the history
  • Loading branch information
KirstieJane committed Aug 21, 2018
1 parent 6526c45 commit 7b478fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to RainCloud Plots

The point of our tutorial is to **help you visualise your data that is both beautiful *and* statistically valid **. We hope that the preprint and the tutorials in this repository will make that as easy as possible.
The point of our tutorial is to **help you visualise your data that is both beautiful *and* statistically valid**. We hope that the preprint and the tutorials in this repository will make that as easy as possible.

## Table of contents

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ First, if you don't already have it, we recommend that you install [anaconda](ht
Then, from inside the `RainCloudPlots` folder type:

```
conda env create -n rainpy python=3.6 -f requirements.txt
conda install nb_conda
conda create --name rainpy python=3.6
activate rainpy
pip install -r requirements.txt
conda install nb_conda
```

This will create (and activate) a conda environment with all the the specific packages you need to run the tutorial.
Expand Down

0 comments on commit 7b478fe

Please sign in to comment.