From c14298384a2000277d3bb03cb06ce1481c606d73 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Sat, 3 Apr 2021 23:21:54 -0400 Subject: [PATCH] Update README.md - clarify folder for .env --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69044b6..5588da0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This application utilizes three separate Tandem APIs for obtaining t:connect dat ## Setup -Create a file named `.env` containing configuration values. You should specify the following parameters: +Create a file named `.env` containing configuration values inside the checked-out tconnectsync folder (the same folder as `main.py`). You should specify the following parameters: ```bash # Your credentials for t:connect @@ -61,7 +61,7 @@ If run with the `--auto-update` flag, then the application performs the followin You can run the application using Pipenv. Assuming you have only Python 3 and pip installed, install pipenv with `pip3 install pipenv`. Then install tconnectsync's dependencies with `pipenv install`, and you can launch the program with `pipenv run tconnectsync` (which, through an alias defined in `Pipfile`, runs ``pipenv run python3 main.py`). ```bash -$ git clone https://github.com/jwoglom/tconnectsync +$ git clone https://github.com/jwoglom/tconnectsync && cd tconnectsync $ pip3 install pipenv $ pipenv install $ pipenv run tconnectsync --help