This website requires JavaScript.
Explore
Help
Register
Sign In
iicd
/
Inkycal
Watch
1
Star
0
Fork
0
You've already forked Inkycal
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26f7ce419b
Inkycal
/
.devcontainer
/
postCreate.sh
4 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
- improve devcontainer setup - add openweather web scraper module
2023-11-20 17:29:45 +01:00
#!/bin/bash
devcontainer update: locale + venv
2024-01-15 19:20:27 +01:00
python3 -m venv venv
source
./venv/bin/activate
pip3 install -r requirements.txt
Reference in New Issue
Copy Permalink