* Updated Readme

This commit is contained in:
j3rome 2021-07-29 14:51:59 -04:00
parent b0ad36cdaf
commit 93cffb1ea4

View File

@ -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. 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 ## Installation
This package doesn't have any dependencies. This package doesn't have any dependencies.
To install the `Py-Requirements-Guesser`: To install the `Py-Requirements-Guesser`:
```bash ```bash
git clone https://github.com/J3rome/py-requirements-guesser pip3 install py-requirements-guesser
python3 setup.py install
``` ```