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

Add bash code

This commit is contained in:
Willem de Groot
2015-08-28 11:11:03 +02:00
parent dc61f5f520
commit 04f4a7fd2f

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: Are you using libyaml already? This should work:
:: :: code:: bash
python -c 'from yaml import CLoader' python -c 'from yaml import CLoader'
If not: If not:
:: :: code:: bash
pip uninstall pyyaml pip uninstall pyyaml
pip --no-cache-dir install pyyaml pip --no-cache-dir install pyyaml