Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 2d2bd9b

Browse files
anushkabbirdsarah
authored andcommitted
Updated Analyses Readme.md (#80)
* Updated Analyses Readme.md Resolves Issue #79 * Update README.md Removed Frequently Faced Issues
1 parent 44e94b5 commit 2d2bd9b

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

analyses/README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
1-
# Analyses folder
1+
# Analyses Folder
22

3-
1) Download data (see main README.md) and unzip
43

5-
2) Install [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://conda.io/miniconda.html).
4+
## 1. Download Data
65

7-
Optionally,
6+
See main [README.md](https://github.com/mozilla/overscripted/blob/master/README.md) and unzip.
87

9-
2) Install [Spark](http://spark.apache.org/)
108

11-
3) Setup and activate environment
9+
## 2. Install
10+
Install [Anaconda](https://www.anaconda.com/download) or [Miniconda](https://conda.io/miniconda.html).
1211

13-
$ conda env create -f environment.yaml
14-
15-
$ conda activate overscripted
12+
> Optionally
1613
17-
4) Run Jupyter
14+
Install [Spark](http://spark.apache.org/)
1815

19-
$ jupyter notebook
16+
17+
## 3. Setup and activate environment
18+
19+
```
20+
$ conda env create -f environment.yaml
21+
```
22+
```
23+
$ conda activate overscripted
24+
```
25+
## 4. Run Jupyter
26+
27+
```
28+
$ jupyter notebook
29+
```
2030

0 commit comments

Comments
 (0)