From bbba40831aacf6e2fcaeabb9dba25a7fcdbd7a00 Mon Sep 17 00:00:00 2001 From: Pasha Lev Date: Sat, 13 Jan 2018 17:17:53 +0300 Subject: [PATCH] Move test.py to examples folder --- README.md | 5 ++--- {InstagramAPI => examples}/test.py | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename {InstagramAPI => examples}/test.py (100%) diff --git a/README.md b/README.md index f9f5104..5bb40c1 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,11 @@ The new fake Instagram account with an unverifird phone number after ~ 1-24 hour `pip install -r requirements.txt` -4. Modify test.py with your own username and password +4. Modify examples\test.py with your own username and password -5. Run the test script (**use text editor to edit the script and type in valid Instagram username/password**) +5. Run the test.py script (**use text editor to edit the script and type in valid Instagram username/password**) - `python test.py` ### Pip Installation Instructions diff --git a/InstagramAPI/test.py b/examples/test.py similarity index 100% rename from InstagramAPI/test.py rename to examples/test.py