From 149b239cc4315e4e0010b5ff510e286c18b87280 Mon Sep 17 00:00:00 2001 From: Brian Whitton Date: Wed, 7 Jul 2021 15:06:23 -0400 Subject: [PATCH] docs: pipenv --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb33b84..3341cc2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,18 @@ API_HASH= PHONE_NUMBER= ``` -Then, run the script: `python3 telegram-phone-validation.py` +## Installing Dependencies + +This project uses [pipenv](https://pipenv.pypa.io/en/latest/#install-pipenv-today) to manage dependencies. Install pipenv on your machine, and then this project's dependencies can be installed like so: + +```sh +pipenv install +``` + +## Usage +```sh +pipenv run python telegram-phone-validation.py +``` You can expect the following possible responses: