Yolo Installayion Guide for Anaconda
Yolo Installayion Guide for Anaconda
This guide will help you install tools and packages required for this class.
1. Install Anaconda
To install Anaconda, go to
https://www.anaconda.com/download?utm_source=anacondadocs&utm_medium=documentati
on&utm_campaign=download&utm_content=installwindows
and follow the installation directions. You may need to register an Anaconda account if you do not
have one.
Open the Anaconda prompt (in Windows, search for “Anaconda Prompt”) and type
Note: Press ‘y’ when prompted. (This might take a little time).
Note: Press ‘y’ when prompted. (This might take a little time).
conda activate tf
3. Install PyCharm
To install PyCharm, go to https://www.jetbrains.com/pycharm/download/#section=windows
4. Download Git
Download Git
https://git‐scm.com/download/win
cd c:\users\<username>\mavs-binaries
git clone https://github.com/CGoodin/MAVS-Examples.git
In Anaconda prompt, change to the MAVS directory (use your username for <username>)
conda activate tf
c:
cd c:\users\<username>\mavs-binaries\MAVS-Examples\SPAV
python sim_example_keystrokes.py
In Anaconda, type
conda activate tf
c:
cd c:\users\<username>\mavs-binaries\
python tf_hello.py