Anaconda is a free and open source distribution of the Python programming language. Make sure you select python3.
conda create -n bsoid_env
conda activate bsoid_env
You should now see (bsoid_env) $yourusername@yourmachine ~ %
conda install -c conda-forge hdbscan
conda install -c anaconda psutil
conda install -c conda-forge ffmpeg
pip install pandas tqdm matplotlib opencv-python ffmpeg-python seaborn scikit-learn networkx umap-learn streamlit
git clone https://github.com/YttriLab/B-SOID.git
cd B-SOID
streamlit run bsoid_app.py