Skip to content

Commit 24ab894

Browse files
committed
Doc: Update section with more content
1 parent 4d297b4 commit 24ab894

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

flask_popover/popover.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,10 @@ function(event) {
303303
}
304304
```
305305

306-
![Another popover](/images/flask_popover/another_popover.gif)
306+
![Another popover](/images/flask_popover/another_popover.gif)
307+
308+
Before we end this section, and tutorial, remember to update your `requirements.txt` file by running:
309+
310+
```python
311+
(venv)$ pip3 freeze > requirements.txt # You should be in the root directory
312+
```

0 commit comments

Comments
 (0)