git clone https://github.com/openuc2/uc2_module.git
cd uc2_module
pip install -r requirements.txt
pip install -e .
This installs the imswitch client for ImSwitch as a package
Note: This module was developed using Python 3.9
docker-compose up --build
cd ~/wei_ws/src/uc2_module
git pull
pip install -e .
- Install
pip install -r requirements/dev.txt
- Run
make
in project root