Skip to content

Commit e06dca4

Browse files
committed
Update README
1 parent b7a6910 commit e06dca4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@ DEBUG(find_libpython) Unable to find /opt/brew/opt/python/lib/darwin/Python.fram
127127
DEBUG(find_libpython) dlopen("/opt/brew/opt/python/Frameworks/Python.framework/Versions/3.7/Python") = #<Fiddle::Handle:0x00007fc012048650>
128128
```
129129

130+
## Special notes for specific libraries
131+
132+
### matplotlib
133+
134+
Use [mrkn/matplotlib.rb](https://github.com/mrkn/matplotlib.rb) instead of just importing it by `PyCall.import_module("matplotlib")`.
135+
136+
### numpy
137+
138+
Use [mrkn/numpy.rb](https://github.com/mrkn/numpy.rb) instead of just importing it by `PyCall.import_module("numpy")`.
139+
140+
### pandas
141+
142+
Use [mrkn/pandas.rb](https://github.com/mrkn/pandas.rb) instead of just importing it by `PyCall.import_module("pandas")`.
143+
130144
## PyCall object system
131145

132146
PyCall wraps pointers of Python objects in `PyCall::PyPtr` objects.

0 commit comments

Comments
 (0)