Merge branch 'master' of github.com:alphagov/notifications-admin

This commit is contained in:
Rebecca Law
2016-11-28 17:41:48 +00:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -23,6 +23,7 @@ var/
.installed.cfg .installed.cfg
*.egg *.egg
venv/ venv/
wheelhouse/
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template

View File

@@ -22,7 +22,8 @@ Brew is a package manager for OSX. The following command installs brew:
Languages needed Languages needed
- Python 3.4 - Python 3.4
- [Node](http://nodejs.org/) 5.0.0 or greater - [Node](https://nodejs.org/) 5.0.0 or greater
- [npm](https://www.npmjs.com/) 3.0.0 or greater
```shell ```shell
brew install node brew install node
``` ```