From 93cffb1ea44f541bf2cf85a97665088ea81e0ac4 Mon Sep 17 00:00:00 2001 From: j3rome Date: Thu, 29 Jul 2021 14:51:59 -0400 Subject: [PATCH] * Updated Readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7a8b98..4037c85 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,13 @@ py-requirements-guesser --write {requirements.txt path} ``` You will be prompted by a serie of choice to orient the guessing process. -![Python Requirements Guesser](img/py-requirements-guesser.gif) +![Python Requirements Guesser](https://github.com/J3rome/py-requirements-guesser/blob/main/img/py-requirements-guesser.gif) ## Installation This package doesn't have any dependencies. To install the `Py-Requirements-Guesser`: ```bash -git clone https://github.com/J3rome/py-requirements-guesser -python3 setup.py install +pip3 install py-requirements-guesser ```