# Setting Up Your Workspace This document will help you setup your personal computer to control the SmartBots ```{contents} Table of Contents :depth: 3 ``` ## Clone the repo using git Clone this repo with the following command (note the --recursive flag!): ```bash git clone --recursive https://github.com/wvu-irl/smartbot3_project_template ``` This repo includes _another repo_ `smartbot_irl` which is a python package used to control the IRL SmartBot. See the following gif for details if you are confused.
## Open a VSCode terminal (shell)
This can be done by going to the menu `View->Terminal`. Alternatively the keymap `` Ctrl-` `` will toggle the terminal pane open/closed.
We can have VSC open a variety of shells. On windows we can select from gitbash, CMD, and powershell. You may do this by clicking on the small down arrow at the top of the terminal pane.
We can make additional terminal windows here if desired. Alternatively, the keymap `` Ctrl-Shift-` `` will also do this.