Update README.md

This commit is contained in:
Michal Szczepanski 2019-09-03 22:30:48 +02:00 committed by GitHub
parent ff934676ca
commit 14a6031dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,10 @@ Emulate
## Install ## Install
```bash ```bash
git clone git clone https://github.com/vane/static-site-generator.git
pip install requirements.txt python3 -m venv static-site-generator-env
source static-site-generator-env/bin/activate
pip install -r static-site-generator/requirements.txt
``` ```
## Usage ## Usage
Specify config.yml input and output directory Specify config.yml input and output directory