You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
312 B

## Setup
`cd` into repo dir
```
python3 -m venv ~/elgato_env
source ~/elgato_env/bin/activate
pip install -r requirements.txt
```
## Compile
```
source ~/elgato_env/bin/activate
pyinstaller -F --paths=~/Desktop/ elgato.py
```
## Execution
```
~/Documents/elgato/dist/elgato 192.168.1.2 192.168.1.4 day
```