Installation¶
Supported versions¶
Python 3.5+
Installation¶
Please see the garden docs for full installation instructions.
If the drag_n_drop maintainer has uploaded drag_n_drop to pypi, you can just install it with pip install kivy_garden.drag_n_drop.
You can install drag_n_drop master directly from github with:
python -m pip install https://github.com/kivy-garden/drag_n_drop/archive/master.zip
Look under the repository’s releases tab if you’d like to install a specific release or a pre-compiled wheel, if drag_n_drop has any. Then use the url with pip.
Or you can automatically install it using garden’s pypi server with:
python -m pip install kivy_garden.drag_n_drop --extra-index-url https://kivy-garden.github.io/simple/
To permanently add our garden server to your pip configuration so that you don’t have to specify it with –extra-index-url, add:
[global]
timeout = 60
index-url = https://kivy-garden.github.io/simple/
to your pip.conf.