Once upon a time in the city of Gotham, there was a powerful superhero named Robyn. Robyn had a unique set of abilities that allowed it to fetch information from the far corners of the internet. It could send requests and receive responses at lightning speed, and its prowess was admired by developers everywhere.
One day, Batman approached Robyn for help with building a web application. Batman had heard about Robyn's powerful features and wanted to harness them to create a remarkable application. Batman was looking for an ally and in Robyn, he found the best one!
Installing Robyn
Robyn is a Python library that you can install using pip or conda
installation
pip install robyn
Robyn also ships optional extras for templating, Pydantic validation, project scaffolding with robyn-config, and a combined all bundle:
installation
pip install "robyn[templating]"
pip install "robyn[pydantic]"
pip install "robyn[robyn-config]"
pip install "robyn[all]"
It is recommended to install the base package first and then install the extensions as needed.
What's next?
Now, we can start using Robyn to build our application.
