Skip to content

Commit e27c1bf

Browse files
ikoevskadatapythonista
authored andcommitted
Noted minimum VS req (#65)
1 parent 3edceb6 commit e27c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/guide/source/pandas_setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Besides the Python `.py` files, pandas source code includes C/Cython files
9191
which need to be compiled in order to run the development version of pandas.
9292

9393
.. note::
94-
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_.
94+
**Windows users**: to compile pandas, you need to install `Visual Studio 2017 <https://www.visualstudio.com/>`_. You need the Community edition as a minimum. Visual Studio Code does not support the required Build Tools and will not work.
9595
Select the Python development workload and the Native development tools option.
9696

9797
(Users of legacy Python 2.7 should install `Microsoft Visual C++ Compiler for Python 2.7 <https://www.microsoft.com/download/details.aspx?id=44266>`_ instead).

0 commit comments

Comments
 (0)