mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Change -f to -r
This commit is contained in:
@@ -102,7 +102,7 @@ Analyzers will often require the use of third-party packages. For example, if an
|
||||
Additionally, to support airgapped users, the dependency packages themselves, and any transitive dependencies, should be placed inside the `source-packages` directory. To obtain the full hierarchy of dependencies, execute the following commands:
|
||||
|
||||
```bash
|
||||
pip download -f <my-analyzer-path>/requirements.txt -d <my-analyzer-path>/source-packages
|
||||
pip download -r <my-analyzer-path>/requirements.txt -d <my-analyzer-path>/source-packages
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user