-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
davidmoshal edited this page Mar 12, 2023
·
9 revisions
DM: ROUGH NOTES.
- wasn't easy to install
pros-clieither by the Homebrew or VSCode Extension methods!
https://github.com/purduesigbots/pros-cli/releases/tag/3.3.3
(failed to install the command line tool pros-cli)
The best way to install PROS is by first installing VS Code. from: https://pros.cs.purdue.edu/v5/getting-started/index.html
- Install the VSCode PROS Extension
Install the VSCode extension:
https://marketplace.visualstudio.com/items?itemName=sigbots.pros- Inside the PROS VSCode extension. see: https://pros.cs.purdue.edu/v5/getting-started/index.html
see: https://pros.cs.purdue.edu/v5/getting-started/#installing-pros
Install homebrew if not installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Register the PROS homebrew repo and install:
brew tap osx-cross/arm && brew install arm-gcc-bin
brew tap purduesigbots/pros
# if using PROS editor instead of vscode editor:
brew install --cask pros-editor
# if using Vex vision sensor:
brew install vcs-visionNote: the recommended version did not work on Apple Silicon:
python3 -m pip install pros-cliNeither did the Homebrew method:
brew install pros-cliThis seemed to work:
pip3 install pros-cli