From 2b8ac5324e477b2a140ace708fab6ee46e3af4dc Mon Sep 17 00:00:00 2001 From: Robert Walter Date: Mon, 8 Apr 2024 16:28:49 +0200 Subject: [PATCH] removed compile options --- .gitignore | 5 ++--- README.md | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 519f61b..b86c094 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ .venv -build -check_dns_advanced.spec -dist + + diff --git a/README.md b/README.md index c54164d..d94463c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -## How to build +## How to install ``` python -m venv .venv source .venv/bin/activate pip install -U pip -pip install -r requirements -pyinstaller --onefile check_dns_advanced.py --collect-all importlib --collect-all h2 --collect-all httpx --collect-all httpcore +pip install -r requirements.txt ``` \ No newline at end of file