Skip to content

Commit a5bdb83

Browse files
committed
Remove deploy related actions from pyfrc
- They belong in the robotpy-installer
1 parent bdf14b5 commit a5bdb83

File tree

5 files changed

+3
-687
lines changed

5 files changed

+3
-687
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
pyfrc - RobotPy development library helper
2-
==========================================
1+
pyfrc - RobotPy simulation and testing support
2+
==============================================
33

4-
pyfrc is a python 3 library designed to make developing python code using WPILib for
5-
FIRST Robotics Competition easier.
4+
pyfrc provides simulation and testing support for RobotPy projects.
65

76
This library contains a few primary parts:
87

9-
* A built-in uploader that will upload your robot code to the robot
108
* Integration with the pytest testing tool to allow you to easily write unit
119
tests for your robot code.
1210
* Various support for robot simulation

0 commit comments

Comments
 (0)