We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003edac commit 8d0236bCopy full SHA for 8d0236b
README.md
@@ -2,11 +2,12 @@
2
3
Import any python module into deno as long as you have it installed locally
4
5
+[](https://github.com/denosaurs/python.mod.land/blob/master/LICENSE)
6
### Usage
7
8
```ts
-import np from "https://pip.deno.dev/pkg/numpy";
9
-import plt from "https://pip.deno.dev/pkg/matplotlib.pyplot";
+import np from "https://python-mod-land.deno.dev/pkg/numpy";
10
+import plt from "https://python-mod-land.deno.dev/pkg/matplotlib.pyplot";
11
12
const xpoints = np.array([1, 8]);
13
const ypoints = np.array([3, 10]);
0 commit comments