From 256a3fef33703d86f993e9978ce1e5e0c0470490 Mon Sep 17 00:00:00 2001 From: Ashish Bijlani Date: Tue, 18 Oct 2022 10:19:25 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57a0837..c19f249 100644 --- a/README.md +++ b/README.md @@ -46,17 +46,17 @@ The quickest way to try/test Packj is using the PyPI package. pip3 install packj ``` -### 3. Docker image +### 3. Docker image (recommended) -Use Docker or Podman for containerized (isolated) runs +Use Docker or Podman for containerized (isolated) runs. ``` docker run -v /tmp:/tmp/packj -it ossillate/packj:latest --help ``` -### 4. Clone repo +### 4. Source repo -Clone this repo and try +Clone this repo, install dependencies, and try for yourself. ``` pip3 install -r requirements.txt && python3 main.py --help