mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Minor updates to development documentation (#2474)
* clarify commands by adding paths * fix trailing space in header * rerun pre-commit * one last time :S * update sections, remove duplicate information * those pesky pre-commits ;-) * implement suggestions
This commit is contained in:
parent
02465672f9
commit
2801b60b0e
3 changed files with 160 additions and 176 deletions
|
|
@ -388,12 +388,7 @@ supported.
|
|||
```
|
||||
|
||||
8. Install python requirements from the `requirements.txt` file. It is
|
||||
up to you if you wish to use a virtual environment or not. First you
|
||||
should update your pip, so it gets the actual packages.
|
||||
|
||||
```shell-session
|
||||
sudo -Hu paperless pip3 install --upgrade pip
|
||||
```
|
||||
up to you if you wish to use a virtual environment or not. First you should update your pip, so it gets the actual packages.
|
||||
|
||||
```shell-session
|
||||
sudo -Hu paperless pip3 install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue