Fix snippets

master
Nick Sergeant 2019-01-23 17:00:37 -05:00
parent bcffdc4d44
commit 6bd8cc13fb
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
- Clone the repo.
- `cd snippets`
- `python3 -m venv ~/.virtualenvs/snipt`
- `source ~/.virtualenvs/snipt/bin/activate`
- `python3 -m venv ~/.virtualenvs/snippets`
- `source ~/.virtualenvs/snippets/bin/activate`
- `pip install -r requirements.txt`
- `brew install postgresql`
- `brew services start postgresql`