Skip to content

Commit c7e18a5

Browse files
committed
Update readme
1 parent a71a7db commit c7e18a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add Pythonx to your dependencies:
3131

3232
```elixir
3333
Mix.install([
34-
{:pythonx, "~> 0.3.0"}
34+
{:pythonx, github: "livebook-dev/pythonx"}
3535
])
3636
```
3737

@@ -107,7 +107,7 @@ Add Pythonx to your dependencies:
107107
```elixir
108108
def deps do
109109
[
110-
{:pythonx, "~> 0.3.0"}
110+
{:pythonx, github: "livebook-dev/pythonx"}
111111
]
112112
end
113113
```

0 commit comments

Comments
 (0)