Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahker committed Jul 11, 2023
1 parent b8b30d3 commit dc6e01e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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='<key-provided-on-request>'
```

3. Start a local server:

Expand Down

0 comments on commit dc6e01e

Please sign in to comment.