1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Changed bash to sh and fix syntax

Online Github editting is not very convenient after all :)
This commit is contained in:
Willem de Groot
2015-08-28 11:14:01 +02:00
parent 04f4a7fd2f
commit d55d593d1c

View File

@@ -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
.. code:: sh
python -c 'from yaml import CLoader'
If not:
:: code:: bash
.. code:: sh
pip uninstall pyyaml
pip --no-cache-dir install pyyaml