Browse Source

Doc: add bindings for native yaml impl

Alexander Bezzubov 7 years ago
parent
commit
1a43f1bfd0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -188,6 +188,16 @@ parsed. However, most of the repositories are parsed within a minute.
    ```
    echo "backend: TkAgg" > ~/.matplotlib/matplotlibrc
    ```
+1. To speed-up yaml parsing
+   ```
+   apt-get install yaml-cpp-dev
+   #or
+   brew install yaml-cpp libyaml
+
+   #you might need to re-install pyyaml for changs to take effect
+   pip uninstall pyyaml
+   pip --no-cache-dir install pyyaml
+   ```
 
 ### License
 MIT.