Update README with instructions to install from Makefile

This commit is contained in:
Jose Angel Sanchez Castillejos 2019-05-28 23:12:07 -05:00 committed by Ben Letham
parent 27e229a1e0
commit 7b34ea13f2

View file

@ -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