Skip to content

Commit 12b805e

Browse files
committed
Merge branch 'slim-it-down' of github.com:CodeForPhilly/chime into slim-it-down
2 parents ecba1cd + 3611ce8 commit 12b805e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ streamlit run app.py
2727

2828
### With `conda`
2929
```bash
30-
conda create -f environment.yml
30+
conda env create -f environment.yml
3131
source activate chime
32+
pip install streamlit
3233
streamlit run app.py
3334
```
3435

@@ -46,6 +47,8 @@ port (as described above), then you also have to set `PORT` in the `.env` file.
4647

4748
**NOTE** this is just for usage, not for development--- you would have to restart and possibly rebuild the app every time you change the code.
4849

50+
If you'd like to use `docker-compose` for development, please run `docker-compose up --build` every time you make changes.
51+
4952
## Deployment
5053
**Before you push your changes to master make sure that everything works in development mode.**
5154

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
- conda-forge
55
dependencies:
66
- python>=3.6
7-
- streamlit
87
- numpy
98
- pandas
109
- altair

0 commit comments

Comments
 (0)