Spaces:
Sleeping
Sleeping
File size: 302 Bytes
9937463 a43d879 | 1 2 3 4 5 6 7 8 9 10 11 12 | ---
title: helloworld
app_file: app.py
sdk: streamlit
sdk_version: 1.25.0
---
### Setting up env
1. Install conda from https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
2. Run `conda create -p venv python==3.9 -y`
3. `conda conda activate {env}`
4. `conda install ipykernel`
|