mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-23 22:13:46 +00:00
Update README with instructions to install from Makefile
This commit is contained in:
parent
27e229a1e0
commit
7b34ea13f2
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue