Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 482 Bytes

ava-core

Install

Unix enivronment

  • In order to install the dependencies, please run the following command:
    sudo pip install avasdk

Windows enivronment

  • Run your shell as administrator and type the following command:
    pip install avasdk

How to create my own plugin - Guidelines

You will find the guidelines to create your own plugin!