Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 30, 2016
0 parents commit 2597296
Show file tree
Hide file tree
Showing 6 changed files with 2,759 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
*.pyc
.ipynb_checkpoints/
*.~lock.*#
35 changes: 35 additions & 0 deletions README.md
@@ -0,0 +1,35 @@
# California "Conservation-Consumption Score" analysis

### Running the analysis

Create a virtual environment.

```bash
$ virtualenv california-ccscore-analysis
```

Jump in and activate it.

```bash
$ cd california-ccscore-analysis
$ . bin/activate
```

Clone this repository into a folder called ``repo``.

```bash
$ git clone git@github.com:datadesk/california-ccscore-analysis.git repo
```

Move into the code and install its requirements.

```bash
$ cd repo
$ pip install -r requirements.txt
```

Start up Jupyter Notebook and run the code yourself from your browser.

```
$ jupyter notebook
```

0 comments on commit 2597296

Please sign in to comment.