Skip to content

Commit 47d8bad

Browse files
fixed conda instructions
1 parent a9accc7 commit 47d8bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 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

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)