瀏覽代碼

Doc: add bindings for native yaml impl

Alexander Bezzubov 7 年之前
父節點
當前提交
1a43f1bfd0
共有 1 個文件被更改,包括 10 次插入0 次删除
  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.