Skip to content

Commit 8d0236b

Browse files
authored
chore: update README.md
1 parent 003edac commit 8d0236b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Import any python module into deno as long as you have it installed locally
44

5+
[![License](https://img.shields.io/github/license/denosaurs/python.mod.land)](https://github.com/denosaurs/python.mod.land/blob/master/LICENSE)
56
### Usage
67

78
```ts
8-
import np from "https://pip.deno.dev/pkg/numpy";
9-
import plt from "https://pip.deno.dev/pkg/matplotlib.pyplot";
9+
import np from "https://python-mod-land.deno.dev/pkg/numpy";
10+
import plt from "https://python-mod-land.deno.dev/pkg/matplotlib.pyplot";
1011

1112
const xpoints = np.array([1, 8]);
1213
const ypoints = np.array([3, 10]);

0 commit comments

Comments
 (0)