README.rdoc in rubypython-0.5.1 vs README.rdoc in rubypython-0.5.2
- old
+ new
@@ -69,11 +69,11 @@
# Easy
RubyPython.start_from_virtualenv("/path/to/virtualenv")
# Or verbose
- RubyPython.start(:python => "/path/to/virtualenv/bin/python")
+ RubyPython.start(:python_exe => "/path/to/virtualenv/bin/python")
RubyPython.activate
=== Iterator support
# Python
@@ -257,13 +257,13 @@
It should work with other implementations that support the Ruby FFI gem with no
modification.
=== OS Support
-RubyPython has been tested on Mac OS 10.5 and 10.6, and Ubuntu 10.10 (64-bit
-Intel). If your platform has a DLL or shared object version of Python and
-supports the FFI gem, it should work. Feedback on other platforms is always
-welcome.
+RubyPython has been extensively tested on Mac OS 10.5 and 10.6, and Ubuntu
+10.10 (64-bit Intel). If your platform has a DLL or shared object version of
+Python and supports the FFI gem, it should work. Feedback on other platforms is
+always welcome.
== Install
gem install rubypython
:include: Contributors.rdoc