Skip to content

Commit

Permalink
copied updates from eloquent readme (#534)
Browse files Browse the repository at this point in the history
updated python version and also visual c++ redistributables dependencies
  • Loading branch information
Evan Flynn authored Feb 20, 2020
1 parent 5c64449 commit c44be5b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/Installation/Dashing/Windows-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,16 @@ Open a Command Prompt and type the following to install Python via Chocolatey:

.. code-block:: bash
> choco install -y python
> choco install -y python --version 3.7.5
Install Visual C++ Redistributables
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Open a Command Prompt and type the following to install them via Chocolatey:

.. code-block:: bash
> choco install -y vcredist2013 vcredist140
Install OpenSSL
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit c44be5b

Please sign in to comment.