mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Doc: Corrected build instructions (#1996)
* fix-build-instructions * set "pip3 install -e ." * added require-hashes back in Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com> Co-authored-by: k9ert <k9ert@gmx.de>
This commit is contained in:
parent
ef4012d4b1
commit
c7bd49bfa5
2 changed files with 5 additions and 4 deletions
|
|
@ -95,8 +95,7 @@ pip3 install virtualenv
|
|||
virtualenv --python=python3 .env
|
||||
source .env/bin/activate
|
||||
pip3 install -r requirements.txt --require-hashes
|
||||
pip3 install -e .
|
||||
python3 setup.py install # also compiles the babel translation-files
|
||||
pip3 install -e . # this does not compile the babel translation-files
|
||||
```
|
||||
|
||||
_note: invoking commands in the Windows PowerShell is slightly different:_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue