Lines Matching full:python
57 If you would like to run the LLVM tests you will need `Python
58 <http://www.python.org/>`_. Version 3.6 and newer are known to work. You can
59 install Python with Visual Studio 2019, from the Microsoft store or from
60 the `Python web site <http://www.python.org/>`_. We recommend the latter since it
70 These instruction were tested with Visual Studio 2019 and Python 3.9.6:
77 4. Download and install the latest `Python 3 release <http://www.python.org/>`_.
79 and **Add Python to the PATH**. This will allow installing psutil for all
80 users for the regression tests and make Python available from the command
85 7. Complete the Python installation.
217 c:\llvm> python ..\build\Release\bin\llvm-lit.py llvm\test
219 This example assumes that Python is in your PATH variable, which would be
220 after **Add Python to the PATH** was selected during Python installation.
221 If you had opened a command window prior to Python installation, you would
228 c:\llvm> python ..\build\Release\bin\llvm-lit.py llvm\test\Transforms\Util