- The toolbox does not enforce maximum version limits for its dependencies.
- This can cause incompatibilities when newer versions of libraries are installed.
- use WSL if on windows
-
Navigate to the directory where you want to use the toolbox:
cd /path/to/your/project -
Clone the toolbox repository:
git clone <repository-link> ./
-
Install the toolbox and dependencies by sourcing the setup script:
. ./installRobo.sh # or source ./installRobo.sh
-
Start Python with all the common imports preloaded:
./initRobo.sh