From ffb2166af6f6842308f6a2afb5e71c2a0d7411f0 Mon Sep 17 00:00:00 2001 From: Cole Poirier Date: Fri, 24 Jul 2020 14:23:12 -0700 Subject: [PATCH] Change pia pip install to use --user option so not need sudo --- HDL_workflow.mdwn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 7e56590b0..ab36a656a 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -419,11 +419,7 @@ Install from git source by doing the following: git clone https://salsa.debian.org/Kazan-team/power-instruction-analyzer.git pia cd pia maturin build --cargo-extra-args=--features=python-extension - -Get a root prompt by doing sudo bash then: - - cd /home/USERNAME/src/pia - python3 -m pip install target/wheels/*.whl + python3 -m pip install --user target/wheels/*.whl ## Coriolis2 -- 2.30.2