Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarMaksumic authored Jun 3, 2020
1 parent ac21360 commit cf0ce0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 2020Vision

Vision processing code written in python3 for 2020 FRC Competition
Vision processing code written in python3 for 2020 FRC Competition (detects outer port, powercells, and loading bay)

### dependencies
- pynetworktables
- cv2

### notes
if running on the nano, no virtualenv is required. If virtualenv is used, create with global site-packages enabled to pull in openCV2
if running on the jetson nano, no virtualenv is required. If virtualenv is used, create with global site-packages enabled to pull in openCV2
```
virtualenv -p python3 --system-site-packages 2020Vision
```
Expand Down

0 comments on commit cf0ce0f

Please sign in to comment.