Format Windows console examples with doscon or powershell

This commit is contained in:
Andrew Janke
2018-12-18 00:48:19 -05:00
parent 5187d5801d
commit d200bf04f8
3 changed files with 12 additions and 7 deletions
+4 -2
View File
@@ -12,7 +12,7 @@ It's a community system packager manager for Windows 7+. (It's very much like Ho
Once done, installing Python 3 is very simple, because Chocolatey pushes Python 3 as the default.
.. code-block:: console
.. code-block:: doscon
choco install python
@@ -29,7 +29,9 @@ which let you download, install and uninstall any compliant Python software
product with a single command. It also enables you to add this network installation
capability to your own Python software with very little work.
All supported versions of Python 3 include pip, so just make sure it's up to date::
All supported versions of Python 3 include pip, so just make sure it's up to date:
.. code-block:: doscon
python -m pip install -U pip