- improve devcontainer setup

- add openweather web scraper module
This commit is contained in:
mrbwburns
2023-11-20 17:29:45 +01:00
parent a1155184c4
commit 7cac3fd195
5 changed files with 122 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/bash
source ./venv/Scripts/activate && pip3 install --upgrade pip && pip3 install --user -r requirements.txt