diff --git a/docs/install.rst b/docs/install.rst index b2686e3..9fc3d5e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -60,3 +60,16 @@ Installation in virtualenv 2. Download and install Prosopopee:: pip install prosopopee + +Docker +------ + +Get the Docker image:: + + docker pull beudbeud/prosopopee + +Run:: + docker run --rm -v $(pwd):/site prosopopee + + +More informations https://hub.docker.com/r/beudbeud/prosopopee/