Current section

Files

Jump to
talib README.md
Raw

README.md

# TAlib
Technical analysis library
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `talib` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:talib, "~> 0.1.0"}
]
end
```