In the Getting Started section, why have the user write the code before installing the dependency? Any kind of Python tooling is going to complain that the import doesn't exist when the user goes to write the example. Obviously it doesn't really matter but there's also no reason to not install the dependency first, and it will provide a better dev experience.