This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-21/.devcontainer/postCreateCommand.sh

4 lines
81 B
Bash
Raw Permalink Normal View History

#!/bin/sh
pip3 install -r requirements.txt
pip3 install -r kivy-requirements.txt