projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
905c796
)
Change pia pip install to use --user option so not need sudo
author
Cole Poirier
<colepoirier@gmail.com>
Fri, 24 Jul 2020 21:23:12 +0000
(14:23 -0700)
committer
Cole Poirier
<colepoirier@gmail.com>
Fri, 24 Jul 2020 21:23:12 +0000
(14:23 -0700)
HDL_workflow.mdwn
patch
|
blob
|
history
diff --git
a/HDL_workflow.mdwn
b/HDL_workflow.mdwn
index 7e56590b0614b0bc18c86911e15c3c01031e7170..ab36a656af9d92cbc6a2ade2b313f663b0e62f00 100644
(file)
--- 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