Skip to content

Commit

Permalink
Update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 30, 2020
1 parent 7ba608b commit 2b35747
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 2020_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@ the rough spots and make 2021 a seamless transition!
Upgrading from prior years
--------------------------

You should uninstall the following packages manually:
Before installing 2020 software (or after if you forgot), you should uninstall
the following packages manually:

.. code-block:: sh
py -3 -m pip uninstall robotpy-hal-sim robotpy-hal-base
After that, you can install pyfrc et al in the normal way:

.. code-block:: sh
py -3 -m pip install --upgrade pyfrc
See :ref:`Installing pyfrc <install_pyfrc>` for more details about installing
RobotPy on your computer.

Windows-specific notes
----------------------

Expand Down
2 changes: 1 addition & 1 deletion install/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ invoking the --help command.
Installing/Executing the installer
----------------------------------

To install/use the installer, you must have Python 3 installed. You should install
To install/use the installer, you must have Python 3.6+ installed. You should install
the installer via pip.

On Windows::
Expand Down

0 comments on commit 2b35747

Please sign in to comment.