From 041901ae97b72990595fbdddb4426c0214d7b436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michaud?= Date: Wed, 21 Nov 2018 13:29:32 +0100 Subject: [PATCH] Proposal to add links to Docker images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update README: proposal to add links to Docker images provided by 9 Février --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 06e7d3cac..df8044b68 100644 --- a/README.md +++ b/README.md @@ -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: