19 lines
304 B
Markdown
19 lines
304 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# m4g install
|
|
|
|
```
|
|
Description:
|
|
Install packages and update the requirements.txt
|
|
|
|
Usage:
|
|
m4g install [<packages>...] [options]
|
|
|
|
Arguments:
|
|
<packages> The names of the packages to install
|
|
|
|
Options:
|
|
-?, -h, --help Show help and usage information
|
|
``` |