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:
relativisticelectron 2022-12-09 10:10:42 +01:00 committed by GitHub
parent ef4012d4b1
commit c7bd49bfa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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:_