Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions source/docs/zero-to-robot/step-2/wpilib-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ This next screen involves downloading VS Code. Unfortunately, due to licensing r

- Skips installing VS Code. Useful for advanced installations or configurations. Generally not recommended.

- Select Existing VS Code Download
- Use Downloaded Offline Installer

- Selecting this option will bring up a prompt allowing you to select a pre-existing zip file of VS Code that has been downloaded by the installer previously. This option does **not** let you select an already installed copy of VS Code on your machine.

- Download VS Code for Offline Installs
- Download VS Code for Offline Install

- This option downloads and saves a copy of VS Code for all platforms, which is useful for sharing the copy of the installer.

Expand All @@ -75,14 +75,20 @@ Go ahead and select :guilabel:`Download VS Code for Single Install`. This will b

This showcases a list of options included with the WPILib installation. It's advised to just leave the default options selected.

You will notice two buttons, :guilabel:`Install for this User` and :guilabel:`Install for all Users`. :guilabel:`Install for this User` only installs it on the current user account, and does not require administrator privileges. However, :guilabel:`Install for all Users` installs the tools for all system accounts and *will* require administrator access.
You will notice two buttons, :guilabel:`Install for this User` and :guilabel:`Install for all Users`. :guilabel:`Install for this User` only installs it on the current user account, and does not require administrator privileges. However, :guilabel:`Install for all Users` installs the tools for all system accounts and *will* require administrator access. :guilabel:`Install for all Users` is not an option for macOS and Linux.

Select the option that is appropriate for you, and you'll presented with the following installation screen.

.. image:: images/wpilib-setup/installer-installing.png
:alt: Installer progress bar

Congratulations, the WPILib development environment and tooling is now installed on your computer!
After installation is complete, you will be presented with the finished screen.

.. image:: images/wpilib-setup/installer-finish.png
:alt: Installer finished screen.


Congratulations, the WPILib development environment and tooling is now installed on your computer! Press Finish to exit the installer.

Post-Installation
-----------------
Expand Down