Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Hoverfly Docs

These are the docs that are used for https://hoverfly.readthedocs.io

Building locally

$ make html
$ open _builds/html/index.html

Updating simulation examples

$ ./pages/simulations/update.sh

Pinning the dependencies

Run the following command after all python dependencies are installed:

$ pip freeze > requirements.txt