Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 180 Bytes

File metadata and controls

8 lines (7 loc) · 180 Bytes

To setup the develop environment:

conda create --name nutsh-py-sdk python=3.10
conda activate nutsh-py-sdk
pip install ./python
pip install -r python/requirements.dev.txt