Skip to content

Commit 60e034b

Browse files
authored
update require. (#197)
Is this old? I had to make some changes.
1 parent 517bdb0 commit 60e034b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Diff for: topics/Usage.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,15 @@ Python installation instructions [here](https://docs.python-guide.org/starting/i
4040
```clojure
4141
user>
4242

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]])
43+
user> (require [libpython-clj2.python
44+
:refer [as-python as-jvm
45+
->python ->jvm
46+
get-attr call-attr call-attr-kw
47+
get-item initialize!
48+
run-simple-string
49+
add-module module-dict
50+
import-module
51+
python-type]])
5452
nil
5553

5654
; Mac and Linux

0 commit comments

Comments
 (0)