Installation and usage¶
Installation¶
The first step is to download the Anaconda distribution to setup a B-SOiD environment.
To use B-SOiD, first download it:
(base) C:/Users/username> git clone https://github.com/YttriLab/B-SOID.git
Create an environment:
(base) C:/Users/username> cd B-SOID
(base) c:/Users/username/B-SOID> conda env create -n bsoid_v2 -f requirements_win.yaml (windows)
Activate that environment:
(base) C:/Users/username> conda activate bsoid_v2
Usage¶
Run the streamlit application:
(base) C:/Users/username> streamlit run bsoid_app.py