mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user