typeset-blog/setup.sh

14 lines
241 B
Bash
Raw Permalink Normal View History

2017-08-09 06:43:31 +00:00
#!/bin/bash
## Requirements
## gcc, make, Python 2.5+, python-pip, virtualenv
## Instalation
## Create a virtualenv, and activate this:
2017-08-09 06:43:31 +00:00
virtualenv --python python2 env
2017-08-09 06:43:31 +00:00
source env/bin/activate
pip install -r requirements.txt
yarn install