From 7b34ea13f2d3d430e651086ed4a5fbf2e915f4b9 Mon Sep 17 00:00:00 2001 From: Jose Angel Sanchez Castillejos Date: Tue, 28 May 2019 23:12:07 -0500 Subject: [PATCH] Update README with instructions to install from Makefile --- python/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/README.md b/python/README.md index c3bb4ea..ad5e231 100644 --- a/python/README.md +++ b/python/README.md @@ -27,6 +27,12 @@ Note: Installation requires PyStan, which has its [own installation instruction On Windows, PyStan requires a compiler so you'll need to [follow the instructions](http://pystan.readthedocs.io/en/latest/windows.html). The key step is installing a recent [C++ compiler](https://visualstudio.microsoft.com/visual-cpp-build-tools/) +## Installation using Docker and docker-compose (via Makefile) + +Simply type `make build` and if everything is fine you should be able to `make shell` or alternative jump directly to `make py-shell`. + +To run the tests, inside the container `cd python/fbprophet` and then `python -m unittest` + ### Example usage ```python