mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-01-31 04:15:21 +08:00
Added documentation on the make command.
This commit is contained in:
10
README.md
10
README.md
@@ -20,6 +20,7 @@ Table of Contents
|
||||
* [Manually](#manually)
|
||||
* [File detection](#file-detection)
|
||||
* [Customize](#customize)
|
||||
* [Support for make](#support-for-make)
|
||||
* [License](#license)
|
||||
|
||||
Installation
|
||||
@@ -88,6 +89,15 @@ $ pip freeze > my-freeze.txt
|
||||
$ vim my-freeze.txt
|
||||
```
|
||||
|
||||
### Support for make
|
||||
|
||||
When the `pip-compile` command is detected, make will behave more intelligently while editing the `requirements.in` file.
|
||||
|
||||
You can get support with the following commands:
|
||||
|
||||
* `:! make`
|
||||
* `:! make -U`
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user