updated README

This commit is contained in:
Corey Goldberg 2012-11-18 12:19:17 -05:00
parent 9b023cf4e2
commit 4c187789c6
1 changed files with 40 additions and 40 deletions

View File

@ -14,7 +14,7 @@ Python wrapper for running a display inside X virtual framebuffer (Xvfb)
Install xvfbwrapper from PyPI
*****************************
::
::
pip install xvfbwrapper
@ -35,7 +35,7 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf
Example: Basic Usage
************************
::
::
from xvfbwrapper import Xvfb
@ -50,7 +50,7 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf
Example: Headless Selenium WebDriver Tests
**********************************************
::
::
#!/usr/bin/env python