Update README.md
Browse files
README.md
CHANGED
|
@@ -21,9 +21,9 @@ The Deployment is automated with GitHub actions: [./.github/workflows/heroku.yml
|
|
| 21 |
|
| 22 |
### Deploy
|
| 23 |
#### If dependencies have changed, update `requirements.txt`
|
| 24 |
-
1.
|
| 25 |
```shell
|
| 26 |
-
$
|
| 27 |
```
|
| 28 |
|
| 29 |
2. Commit it.
|
|
|
|
| 21 |
|
| 22 |
### Deploy
|
| 23 |
#### If dependencies have changed, update `requirements.txt`
|
| 24 |
+
1. Update `requirements.txt`.
|
| 25 |
```shell
|
| 26 |
+
$ make deps/update
|
| 27 |
```
|
| 28 |
|
| 29 |
2. Commit it.
|