There are two ways to install django-simple-deploy for deployment to Fly.io:
$ pip install django-simple-deploy[fly_io]
$ pip install django-simple-deploy dsd-flyio
Currently, Quick Starts and other documentation emphasizes the first. The second is better because it's less susceptible to quoting issues, but more importantly because it's the same usage as with all other plugins. I really want to emphasize the plugin ecosystem, and showing that from the very beginning seems like the right approach.