[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 03:43:02 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG23b16d245382: [docs] Document that psutil should be installed in non-user location (authored by yaron.keren).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108356/new/

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.367444.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210819/e277628d/attachment.bin>


More information about the llvm-commits mailing list