removed compile options
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
.venv
|
||||
build
|
||||
check_dns_advanced.spec
|
||||
dist
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user