mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
8 lines
174 B
Bash
Executable file
8 lines
174 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pip install --upgrade pip setuptools
|
|
pip install --editable .
|
|
pip install --upgrade mypy flake8 autopep8 isort
|
|
pip install --upgrade pyinstaller
|