InstallationΒΆ

  1. Create a conda environment and activate it.

conda create --name SOView python=3.9 -y
conda activate SOView
  1. Clone the source code.

git clone https://github.com/yuanzhiyuan/SOView
  1. Install SOView as a dependency or third-party package with pip:

cd SOView
pip install .
  1. Also install pysodb to load the data: https://pysodb.readthedocs.io/en/latest/