Changeset 296 for pyyaml/trunk/README
- Timestamp:
- 10/03/08 14:31:01 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/README
r295 r296 5 5 By default, the setup.py script checks whether LibYAML is installed 6 6 and if so, builds and installs LibYAML bindings. To skip the check 7 and force installation of LibYAML bindings, addthe option '--with-libyaml':7 and force installation of LibYAML bindings, use the option '--with-libyaml': 8 8 'python setup.py --with-libyaml install'. To disable the check and 9 9 skip building and installing LibYAML bindings, use '--without-libyaml': 10 10 'python setup.py --without-libyaml install'. 11 11 12 When LibYAML bindings are installed, you may use afast LibYAML-based12 When LibYAML bindings are installed, you may use fast LibYAML-based 13 13 parser and emitter as follows: 14 14
Note: See TracChangeset
for help on using the changeset viewer.
