Files
Last update 5 months 2 weeks
by Max Kendall
| Filesannouncement-sender | |
|---|---|
| .. | |
| ellipticcurve | |
| .gitignore | |
| README.md | |
| main.py | |
| requirements.txt |
README.mdSetup
- Create a venv in this folder: Mac/Linux:
bash python3 -m venv venv source venv/bin/activateWindows:bash python -m venv venv .\venv\Scripts\activate- Install dependencies:
bash pip install -r requirements.txt- Grab
signing_key.txtfrom the Slack (in #shipwrecked-pcb's pinned messages) and put it in this folder.- Plug a badge into your computer.
- Run it:
bash python main.py