Vertical Robotics Competition
  • Welcome to VRC!
  • Before We Get Started
    • Phase I Overview
    • Helpful Links
  • Primary Goal: Assembly and Configuration
    • VRC Drone Kit Contents
    • VRC Drone Assembly
      • Arms and Motors
      • Landing Gear, PDB, and Rails
      • ESCs, FC Power Module, and Receiver
      • Flight Controller Enclosure
      • Mounting the Flight Controller
      • Top Plate and Arms
      • FC and ESC Wiring
      • Propeller Adapters
    • RC Transmitter Setup
      • Basic Usage
      • Binding the RC Receiver
      • Setting the Output Mode
      • Setting Up Channels on the RC Transmitter
      • Setting Up Failsafe
    • FC Setup and Calibration w/ QGC
      • PX4 Firmware
      • Airframe
      • Sensors
      • Radio
      • Flight Modes and Kill Switch
      • Power
      • Safety
      • Motor Test
  • Sphero RVR
    • RVR Assembly
    • RVR Programming
  • Battery
    • Overview
    • Charging
    • Storage
  • Checkpoint #1: Flight Test
    • Before You Fly
    • Flight Test
    • After You Fly
  • SECONDARY GOAL: PCC
    • Laptop Setup
      • Setting Up Windows
      • Install Git Bash
      • Clone the VRC Repo
      • Install Anaconda
      • Install VS Code
      • Install SD Card Formatter
      • Install Balena Etcher
      • Install PuTTY
      • Install QGroundControl
    • Peripheral Control Computer (PCC)
      • Physical Assembly
      • Video Tutorial: Flash & Test PCC
      • Flash the PCC
      • Test the PCC
  • Overachiever Goal
    • Vehicle Management Computer (VMC) Setup
      • Preparing the Jetson
      • Flashing the SD Card
      • First Boot
  • 3D Printing Project
    • Project Overview
    • Sr. Design Project
    • Rotor Guards
  • Diving Deeper
    • Control Loops
    • Glossary
Powered by GitBook
On this page

Was this helpful?

  1. SECONDARY GOAL: PCC
  2. Laptop Setup

Install Anaconda

PreviousClone the VRC RepoNextInstall VS Code

Last updated 4 years ago

Was this helpful?

Anaconda will allow us to create what's called a , which will contain all of the necessary python libraries we need to develop for the VRC platform.

You can find the download links .

Install the Graphical Installer for Windows.

Use the default options presented by the installer.

With Anaconda now installed, press the Windows key, search for "anaconda" and click "Anaconda Navigator".

Click "Environments" on the left-hand side.

Click "Import" and select the file PCC/Python/environment.yml file from the repository you cloned in the previous step. This will create your Python virtual environment and download all the necessary packages we need to begin developing.

virtual environment
here