diff --git a/README.md b/README.md index 4b9292d..f632924 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,10 @@ The image created in this way can be executed in a container with the following docker run -i -t --rm --name sortapp-cont sortapp sortapp ``` -To be able to create an image from this application you need to have Docker and Docker-Compose installed on your machine and the relative python packages, see: - -[Docker](https://docs.docker.com/engine/) -[Docker-Compose](https://docs.docker.com/compose/install/) -[Python Docker](https://pypi.org/project/docker/) +To be able to create an image from this application you need to have Docker and Docker-Compose installed on your machine and the relative python packages, see: +[Docker](https://docs.docker.com/engine/), +[Docker-Compose](https://docs.docker.com/compose/install/) and +[Docker Package for Python](https://pypi.org/project/docker/). ## Useful Commands