From 573675f4830f836408bf3636ecb9601217b2c9fd Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 29 Apr 2020 20:23:19 +0200 Subject: [PATCH] Added MacOS build system --- README.md | 8 -------- setup.py | 5 ----- 2 files changed, 13 deletions(-) diff --git a/README.md b/README.md index f9a4dc2..081b291 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file diff --git a/setup.py b/setup.py index 17cd86d..bd452a5 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,3 @@ -# Usage: -# python setup.py py2app -# -# Manually add public folder to app resources - import os from setuptools import setup