diff options
Diffstat (limited to 'README.md')
-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` |