From 04f4a7fd2f696231cb168babc52542cfce6c11e2 Mon Sep 17 00:00:00 2001 From: Willem de Groot Date: Fri, 28 Aug 2015 11:11:03 +0200 Subject: [PATCH] Add bash code --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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