mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-08-14 03:50:59 +08:00
Added documentation on the make command.
This commit is contained in:
@@ -20,6 +20,7 @@ Table of Contents
|
|||||||
* [Manually](#manually)
|
* [Manually](#manually)
|
||||||
* [File detection](#file-detection)
|
* [File detection](#file-detection)
|
||||||
* [Customize](#customize)
|
* [Customize](#customize)
|
||||||
|
* [Support for make](#support-for-make)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@@ -88,6 +89,15 @@ $ pip freeze > my-freeze.txt
|
|||||||
$ vim 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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user