File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# deno_python
2
2
3
3
[ ![ Tags] ( https://img.shields.io/github/release/denosaurs/deno_python )] ( https://github.com/denosaurs/deno_python/releases )
4
- [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/python@0.2.0 /mod.ts )
4
+ [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/deno.land/x/python@0.2.1 /mod.ts )
5
5
[ ![ checks] ( https://github.com/denosaurs/deno_python/actions/workflows/checks.yml/badge.svg )] ( https://github.com/denosaurs/deno_python/actions/workflows/checks.yml )
6
6
[ ![ License] ( https://img.shields.io/github/license/denosaurs/deno_python )] ( https://github.com/denosaurs/deno_python/blob/master/LICENSE )
7
7
@@ -12,7 +12,7 @@ Python interpreter bindings for Deno.
12
12
Import any locally installed Python package, for example, ` matplotlib ` :
13
13
14
14
``` ts
15
- import { python } from " https://deno.land/x/python@0.2.0 /mod.ts" ;
15
+ import { python } from " https://deno.land/x/python@0.2.1 /mod.ts" ;
16
16
17
17
const np = python .import (" numpy" );
18
18
const plt = python .import (" matplotlib.pyplot" );
@@ -35,7 +35,7 @@ deno run -A --unstable <file>
35
35
## Documentation
36
36
37
37
Check out the docs
38
- [ here] ( https://doc.deno.land/https://deno.land/x/python@0.2.0 /mod.ts ) .
38
+ [ here] ( https://doc.deno.land/https://deno.land/x/python@0.2.1 /mod.ts ) .
39
39
40
40
## Python Installation
41
41
You can’t perform that action at this time.
0 commit comments