Changeset 230 for pyyaml/trunk/README
- Timestamp:
- 08/20/06 06:41:50 (7 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/README
r156 r230 2 2 3 3 To install, type 'python setup.py install'. 4 5 You may build faster LibYAML based parser and emitter with 6 'python setup_with_libyaml.py install'. 7 Then you may use them with the calls: 8 >>> yaml.load(stream, Loader=yaml.CLoader) 9 >>> yaml.dump(data, Dumper=yaml.CDumper) 4 10 5 11 For more information, check the PyYAML homepage:
Note: See TracChangeset
for help on using the changeset viewer.
