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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user