Skip to content

Develop

kruserr edited this page Jun 24, 2020 · 5 revisions

aiocheck Wiki

Develop

Open in VS Code

git clone https://github.com/kruserr/aiocheck.git
python -m pip install --upgrade pip setuptools wheel pytest tox twine pyinstaller
cd aiocheck
python -m pip install -e .
code .

Run VS Code Tasks

CTRL+SHIFT+B

or

CTRL+P

>Tasks: Run Task
Clone this wiki locally