Skip to content

markmenge/2019_Deploy_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019-Competiton

This is the code for our 2019 Competition Robot.

settings.json

Depending on your platform, the user settings file is located here: Windows: %APPDATA%\Code\User\settings.json Example contents: { "python.pythonPath": "C:\windows\py.exe" }

macOS: $HOME/Library/Application Support/Code/User/settings.json Example contents: { "python.pythonPath": "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3" }

Pip

Get the python modules required for this project: pip install -r requirements.txt

PIP Website: https://pip.pypa.io/en/stable/reference/

Other commands Install, install with upgrade: pip install wpilib pip install -U wpilib

Output current set of modules, list the out of date modules: pip list pip list -o

Output current set of modules requirements, redirect into file requirements.txt: pip freeze > requirements.txt

About

This is the simplest possible robot that should deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages