13 lines
187 B
Markdown
13 lines
187 B
Markdown
|
|
```bash
|
|
conda env create -f env/agent2.yaml
|
|
# conda create -n agent2 python
|
|
|
|
conda activate agent2
|
|
|
|
pip install -r env/requirements.txt
|
|
|
|
python app.py
|
|
|
|
streamlit run streamlit_app.py
|
|
``` |