Explorar o código

Doc: add bindings for native yaml impl

Alexander Bezzubov %!s(int64=8) %!d(string=hai) anos
pai
achega
1a43f1bfd0
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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.