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