diff --git a/README.rst b/README.rst index 6f5d960..25d2ebc 100644 --- a/README.rst +++ b/README.rst @@ -579,13 +579,13 @@ VCR.py runs about 10x faster when pyyaml can use the libyaml extensions. However Are you using libyaml already? This should work: -:: +:: code:: bash python -c 'from yaml import CLoader' If not: -:: +:: code:: bash pip uninstall pyyaml pip --no-cache-dir install pyyaml