Added MacOS build system

master
Mark Qvist 2020-04-29 20:23:19 +02:00
parent 9c84f4e8c9
commit 573675f483
2 changed files with 0 additions and 13 deletions

View File

@ -8,11 +8,3 @@ This is the graphical configuration utility for [OpenModem](https://github.com/m
- requests
- psutil
- pywebview
```
# Install dependencies
pip3 install pyserial requests psutil pywebview
# Run
python3 openmodemconfig.py
```

View File

@ -1,8 +1,3 @@
# Usage:
# python setup.py py2app
#
# Manually add public folder to app resources
import os
from setuptools import setup