You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2016/01/26 13:00:15 UTC

celix git commit: CELIX-236: Added 'pip install pyyaml' instructions for the readme

Repository: celix
Updated Branches:
  refs/heads/feature/CELIX-236_celix-boostrap 272929971 -> 15b41d221


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/feature/CELIX-236_celix-boostrap
Commit: 15b41d221bbcd7acd04214ba4374ed635ec948e0
Parents: 2729299
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Jan 26 12:59:26 2016 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
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