Overview
Install Conda
conda --versionCreate a Conda Environment
conda create -n your_shimoku_env_name python=3.9 ipython
conda activate your_shimoku_env_name Install Shimoku SDK
pip install shimokupip install --upgrade shimokuLast updated
Was this helpful?