README.txt in rubypython-0.2.1 vs README.txt in rubypython-0.2.2
- old
+ new
@@ -2,30 +2,28 @@
* htp://rubypython.rubyforge.org
== DESCRIPTION:
- RubyPython is a a C bridge between ruby and python with a ruby interface.
+ RubyPython is a C bridge between Ruby and Python with a Ruby interface. It's aim is to make the power of the Python's great standard library available to Ruby programmers from within Ruby.
== FEATURES/PROBLEMS:
Features:
* Can handle simple conversion of Python builtin types to ruby builtin types and vice versa
* Can import python modules
* Can execute arbitrary methods on imported modules and return the result
* Python objects can be treated as Ruby objects!
-
- Problems:
- * Issues with the run method
+ * Python's standard library available to you from within ruby.
== SYNOPSIS:
RubyPython.start
cPickle=RubyPython.import("cPickle")
p cPickle.dumps("RubyPython is awesome!")
RubyPython.stop
== REQUIREMENTS:
-
+ Python must be installed. Currently, RubyPython requires python2.5 but it may soon be able to work on other platforms. I have only tested it on Mac OSX 10.5, so I'm not sure what parts may need correcting for other systems.
== INSTALL:
sudo gem install rubypython
\ No newline at end of file