removed compile options
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
.venv
|
.venv
|
||||||
build
|
|
||||||
check_dns_advanced.spec
|
|
||||||
dist
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
## How to build
|
## How to install
|
||||||
```
|
```
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -U pip
|
pip install -U pip
|
||||||
pip install -r requirements
|
pip install -r requirements.txt
|
||||||
pyinstaller --onefile check_dns_advanced.py --collect-all importlib --collect-all h2 --collect-all httpx --collect-all httpcore
|
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user