We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517bdb0 commit 60e034bCopy full SHA for 60e034b
topics/Usage.md
@@ -40,17 +40,15 @@ Python installation instructions [here](https://docs.python-guide.org/starting/i
40
```clojure
41
user>
42
43
-user> (require '[libpython-clj.python
44
- :refer [as-python as-jvm
45
- ->python ->jvm
46
- get-attr call-attr call-attr-kw
47
- get-item att-type-map
48
- call call-kw initialize!
49
- as-numpy as-tensor ->numpy
50
- run-simple-string
51
- add-module module-dict
52
- import-module
53
- python-type]])
+user> (require [libpython-clj2.python
+ :refer [as-python as-jvm
+ ->python ->jvm
+ get-attr call-attr call-attr-kw
+ get-item initialize!
+ run-simple-string
+ add-module module-dict
+ import-module
+ python-type]])
54
nil
55
56
; Mac and Linux
0 commit comments