Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal to add links to Docker images #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
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