Use the installation script for an easier install.
Regular install:
macOS & Debian Variant:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/team973/robotpy-skeleton/master/install.rb)"
Windows:
- Download robotpy-install.bat
- Double click downloaded file.
973 Install:
macOS & Debian Variant:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/team973/robotpy-skeleton/master/install.rb)" 973
Windows:
- Download robotpy-973install.bat
- Double click downloaded file.
If you can't get the automated install to work.
Requirements for RobotPy
- Python 3.4+
Setup the roboRio for RobotPy
macOS & Debian Variant:
pip3 install robotpy-installer
robotpy-installer download-robotpy
robotpy-installer install-robotpy
Windows:
py -3 -m pip install robotpy-installer
py -3 -m robotpy-installer download-robotpy
py -3 -m robotpy-installer install-robotpy
Setup your computer for programming.
macOS & Debian Variant:
pip3 install pyfrc coverage
Windows:
py -3 -m pip install pyfrc coverage
Use the skeleton.
macOS & Debian Variant:
cd robotpy-skeleton/src
python3 robot.py test
Windows:
cd robotpy-skeleton/src
py -3 robot.py test