CELIX-236: Added 'pip install pyyaml' instructions for the readme
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/15b41d22 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/15b41d22 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/15b41d22 Branch: refs/heads/release/celix-2.0.0 Commit: 15b41d221bbcd7acd04214ba4374ed635ec948e0 Parents: 2729299 Author: Pepijn Noltes <[email protected]> Authored: Tue Jan 26 12:59:26 2016 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Tue Jan 26 12:59:26 2016 +0100 ---------------------------------------------------------------------- celix-bootstrap/README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/15b41d22/celix-bootstrap/README.md ---------------------------------------------------------------------- diff --git a/celix-bootstrap/README.md b/celix-bootstrap/README.md index cbd1f58..32296c6 100644 --- a/celix-bootstrap/README.md +++ b/celix-bootstrap/README.md @@ -5,12 +5,15 @@ A (python based) code generation tool for [Apache Celix](https://celix.apache.or ###Option 1 (install with distutils) +* Install PyYAML: `pip install pyyaml` * Download Cog from https://pypi.python.org/pypi/cogapp * Unpack and run `python setup.py install' in the cogapp directory * Clone this repository * Run `python setup.py install` in the celix-bootstrap directory ###Option 2 (configure with alias) + +* Install PyYAML: `pip install pyyaml` * Download Cog from https://pypi.python.org/pypi/cogapp * Unpack it in a convenient directory * Clone this repository
