[PATCH] D108356: [docs] Document that psutil should be installed in non-user location

Yaron Keren via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 19 02:28:08 PDT 2021


yaron.keren created this revision.
yaron.keren requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108356

Files:
  llvm/docs/TestingGuide.rst


Index: llvm/docs/TestingGuide.rst
===================================================================
--- llvm/docs/TestingGuide.rst
+++ llvm/docs/TestingGuide.rst
@@ -173,6 +173,11 @@
 
     % llvm-lit ~/llvm/test/CodeGen/ARM
 
+The regression tests will use the Python psutil module only if installed in a
+**non-user** location. Under Linux, install with sudo or within a virtual
+environment. Under Windows, install Python for all users and then run
+``pip install psutil`` in an elevated command prompt.
+
 For more information on using the :program:`lit` tool, see ``llvm-lit --help``
 or the :doc:`lit man page <CommandGuide/lit>`.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108356.367434.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210819/a295e0d4/attachment.bin>


More information about the llvm-commits mailing list