doc: very rough installation steps

This commit is contained in:
Laurens Valk
2019-01-17 19:38:50 +01:00
parent 23d5e582e3
commit 3b8e9bfda1
3 changed files with 45 additions and 34 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

+45 -34
View File
@@ -1,56 +1,67 @@
.. warning::
None
- ***
- ***
Installation
===================
.. note::
Overview
-----------------------------------------------------------
.. todo::
Generic overview
This page shows how you prepare your computer and the EV3 brick for writing and running Python programs. The final configuration is shown in the figure below.
.. image:: images/overview.png
What do you need?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. todo::
- A micro SD card and card reader
- Specs
- Windows 10 or Mac OS computer
- Mini-USB cable
What is the SD card for?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Installing Python for EV3
-----------------------------------------------------------
To get started writing Python programs for your robot, you need the following items:
- a Windows 10 or Mac OS computer
- a micro SD card and card reader
- a mini-USB cable (comes with the EV3 kit)
You'll need internet access to complete the steps on this page. While programming your robots afterwards, internet access is not required.
Preparing your computer
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-----------------------------------------------------------
.. todo::
.. note::
- A micro SD card and card reader
- Specs
- Windows 10 or Mac OS computer
- Mini-USB cable
You will be writing your Python programs using Visual Studio Code. You can download, install, and configure this program using the steps below.
1. Download, install, and open `Visual Studio Code <https://code.visualstudio.com/Download>`_.
2. Download the `Pybricks extension <vscode-pybricks-ev3dev/build15/pybricks-ev3dev-0.0.1.vsix>`_. Follow the steps in the diagram below to install it.
3. Download the `EV3 Python extension </build3/ev3-python-0.0.1.vsix>`_. Follow the steps in the diagram below to install it.
4. Close Visual Studio Code and open it again to activate the extensions.
.. image:: images/vsix.png
Preparing the SD Card
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-----------------------------------------------------------
You will now follow a series of steps to download and install the EV3 Python firmware onto your micro SD card.
1. Download the `EV3 Python firmware <stretch-build6.zip>`_ and save it in a convenient location.
2. Download and install `Etcher <https://www.balena.io/etcher/>`_. This is the program for installing the firmware file on your micro SD card.
3. Insert the micro SD card into your computer or card reader.
4. Launch the etcher program and follow the steps on your screen to install the firmware you have just downloaded. Do not remove the card until the installation process is complete.
5. Put the micro SD card in the SD card slot of the EV3 brick.
.. todo::
- A micro SD card and card reader
- Specs
- Windows 10 or Mac OS computer
- Mini-USB cable
- images of the etcher process
- image of inserting an SD card into the brick
- write the following sections
Using the EV3 brick