Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Proposal to add links to Docker images
Update README: proposal to add links to Docker images provided by 9 Février
  • Loading branch information
fmichaud authored Nov 21, 2018
commit 041901ae97b72990595fbdddb4426c0214d7b436
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ Or checkout the sources and run ``setup.py`` yourself:
$ python setup.py install
```

## Docker images

### Compiled TA-Lib library and TA-Lib wrapper

You can use the tested [Docker image](https://github.com/9fevrier/docker-python-ta-lib), provided by [9 Février](https://github.com/9fevrier) to use directly [TA-Lib wrapper for Python](https://github.com/mrjbq7/ta-lib):

```
docker run -it 9fevrier/python-ta-lib
```

### Compiled TA-Lib library, TA-Lib wrapper and Pandas


You can also use the tested [Docker image](https://github.com/9fevrier/docker-python-ta-lib-pandas), provided by [9 Février](https://github.com/9fevrier) to use directly [TA-Lib wrapper for Python](https://github.com/mrjbq7/ta-lib) and including [Python Pandas](http://pandas.pydata.org/):

```
docker run -it 9fevrier/python-ta-lib-pandas
```


### Troubleshooting

If you get a warning that looks like this:
Expand Down