From c37212989632357c23a851d01018909203c31e4d Mon Sep 17 00:00:00 2001 From: alyssaq Date: Mon, 28 May 2018 21:15:30 +0800 Subject: [PATCH] formatting --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index bfd45a4..6e7b921 100644 --- a/README.rst +++ b/README.rst @@ -221,14 +221,17 @@ Once pip installed, 2 binaries are also available as a command line utility: Try out in a docker container --------------------------------- -:: - Mount local folder to `/images` in docker container, run it and enter a bash session. --rm removes the container when you close it. -| ``$ docker run -v /Users/alyssa/Desktop/images:/images --name py3 --rm -it jjanzic/docker-python3-opencv bash`` -Once you're in the container, install ``facemorpher`` and run the commands as listed above -| ``root@0dad0912ebbe:/# pip install facemorpher`` -| ``root@0dad0912ebbe:/# facemorpher --src= --dest= --plot`` +:: + + $ docker run -v /Users/alyssa/Desktop/images:/images --name py3 --rm -it jjanzic/docker-python3-opencv bash + +Once you're in the container, install ``facemorpher`` and try the examples listed above +:: + + root@0dad0912ebbe:/# pip install facemorpher + root@0dad0912ebbe:/# facemorpher --src= --dest= --plot Details ------------