summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-03-08 16:15:18 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-04-09 14:59:46 +0900
commit0fc8697dfe26c931a7b778632adf9351cf0fc6cb (patch)
tree49c0c22f04d2bdd6fdeb8b5e980e492348c31f1c /README.md
parent0afee29de0672e7d8244d65c610aa0a009243c41 (diff)
README.md: add how to install python yaml package
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1df41ba..6779f92 100644
--- a/README.md
+++ b/README.md
@@ -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`