Skip to content

Commit cf0cef2

Browse files
author
Alex Hagerman
authored
Update README_building_and_developing.rst
Reworked some of the language in the note on compilers.
1 parent 8c66570 commit cf0cef2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README_building_and_developing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Visual Studio installs nmake with the C++ library installs.
4343
* https://visualstudio.microsoft.com/vs/community/
4444

4545
.. note::
46-
One thing to be aware of is what version of Python you are using relative to which
46+
One thing to be aware of is which version of Python you are using relative to which
4747
C++ compilers you have installed. When building on Windows you should make sure you
48-
have the appropriate compiler, pip and setuptools installed. For more information
49-
see https://wiki.python.org/moin/WindowsCompilers
48+
have the required compiler, pip and setuptools versions installed. For more
49+
information see https://wiki.python.org/moin/WindowsCompilers
5050

5151

5252
Required Libraries

0 commit comments

Comments
 (0)