Using any type of window navigator, go to <virtualenv root>/build/robotframework/doc/quickstart and open quickstart.html with your favorite browser. This is not only a guide but also a runnable test suite.
Switch to your virtualenv's build directory for Robot Framework: cd <virtualenv root>/build/robotframework/doc/quickstart.
Run the Quick Start manual through pybot to verify installation: pybot quickstart.html.
Inspect the generated report.html, log.html, and output.xml files generated by the test run.