pluto-dagger

A Python Wrapper for Pluto Drone Controller


License
MIT
Install
pip install pluto-dagger==0.1.2

Documentation

dagger

Python package Documentation Status https://codecov.io/gh/rohithvarma3000/dagger/branch/main/graph/badge.svg?token=VtrYdLrEMV License

Installing the Current Release

If you have Python installed you can install the current release using either pip:

pip install pluto-dagger

Installing the package from source

  1. Get the latest source by cloning this repo:

    git clone https://github.com/rohithvarma3000/dagger.git
    
  2. Install the dependencies:

    pip install -r requirements.txt
    
  3. Install dagger:

    pip install .