-
Notifications
You must be signed in to change notification settings - Fork 0
Install
kruserr edited this page Jun 23, 2020
·
6 revisions
pip install aiocheck
aiocheck localhost
pip install "git+https://github.com/kruserr/aiocheck.git"
aiocheck localhost
git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
python src/aiocheck/cli/main.py localhost
git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
pip install setuptools wheel
python setup.py install
aiocheck localhost
git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
./bin/aiocheck.exe localhost
git clone https://github.com/kruserr/aiocheck.git
cd aiocheck
pip install pyinstaller
pyinstaller --onefile --name aiocheck --distpath bin src/aiocheck/cli/main.py
./bin/aiocheck.exe localhost