From dc6e01e8a46ddb25ea653d49a2597d2f2f52e5b9 Mon Sep 17 00:00:00 2001 From: Hannah Ker Date: Tue, 11 Jul 2023 14:18:48 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28be6e10..0f9a13e6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ pip install -r requirements.txt ``` -2. Store any `.tiff` files in the `data/` directory for viewing in the app +2. Configure a connection to the Tiled server via a `.env` file with the following environment variables: + +``` +TILED_URI='https://mlex-segmentation.als.lbl.gov' +API_KEY='' +``` 3. Start a local server: