TIL (today I learned)

1. Update python dependencies listed in requirements.txt

pip install --upgrade -r requirements.txt

2. How to embed video to github readme

If you try to put a link to a external video, there won't be a player on a page. To embed a video on the page, start editing readme.md in web editor and just drag-and-drop a video to the editor. Github will upload the video and put a link in readme.

created: 27 March 2023
updated: 29 July 2023