diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-03-08 16:15:18 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-04-09 14:59:46 +0900 |
commit | 0fc8697dfe26c931a7b778632adf9351cf0fc6cb (patch) | |
tree | 49c0c22f04d2bdd6fdeb8b5e980e492348c31f1c | |
parent | 0afee29de0672e7d8244d65c610aa0a009243c41 (diff) |
README.md: add how to install python yaml package
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ developed to aid the creation and manipulation of the data sources. ## How to use ? You can check project via ject command. +You need to install python-yaml package. If you are using ubuntu, it will be + + > sudo apt install python3-pip + > sudo pip3 install --upgrade pip + > sudo pip3 install pyyaml + You need to have **.config** file. You can copy sample .config, and edit it `cp .config.sample .config` |