Changes between Version 39 and Version 40 of PyYAMLDocumentation
- Timestamp:
- 10/03/08 15:23:27 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAMLDocumentation
v39 v40 12 12 == Installation == 13 13 14 Download the source package '''PyYAML-3.0 5.tar.gz''' and unpack it. Go to the directory '''PyYAML-3.05'''14 Download the source package '''PyYAML-3.06.tar.gz''' and unpack it. Go to the directory '''PyYAML-3.06''' 15 15 and run 16 16 {{{ … … 19 19 20 20 If you want to use LibYAML bindings, which are much faster than the pure Python version, you need to 21 download and install [wiki:LibYAML] and [http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ Pyrex]. 22 Then you may build and install the bindings by executing 23 {{{ 24 $ python setup_with_libyaml.py install 21 download and install [wiki:LibYAML]. Then you may build and install the bindings by executing 22 {{{ 23 $ python --with-libyaml install 25 24 }}} 26 25
