From bb4484fa8c0c25f94c8cee64b497cda39aba0856 Mon Sep 17 00:00:00 2001 From: danbjoseph Date: Tue, 13 Mar 2018 11:12:01 -0400 Subject: [PATCH] update readme to trigger travis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5db69c369..23089f37d 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ source venv/bin/activate # install requirements pip install -r requirements.txt ``` + More on [`virtualenv`](https://virtualenv.pypa.io/en/stable/). Use [`sphinx-autobuild`](https://github.com/GaretJax/sphinx-autobuild) to automatically watch for changes and rebuild the html site using: ``` make livehtml ``` + To stop the server press `Ctrl+C`. ### Travis-CI