We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71a7db commit c7e18a5Copy full SHA for c7e18a5
1 file changed
README.md
@@ -31,7 +31,7 @@ Add Pythonx to your dependencies:
31
32
```elixir
33
Mix.install([
34
- {:pythonx, "~> 0.3.0"}
+ {:pythonx, github: "livebook-dev/pythonx"}
35
])
36
```
37
@@ -107,7 +107,7 @@ Add Pythonx to your dependencies:
107
108
def deps do
109
[
110
111
]
112
end
113
0 commit comments