Added documentation on the make command.

This commit is contained in:
raimon
2021-03-19 08:15:52 +09:00
parent f595850238
commit 04949ca7e8

View File

@@ -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
-------