# vmker ## Install Download binaries from: WIP ## Usage ```shell vmkey init # Настроить параметры vmkey edit # Редактировать параметры vmkey create template_name new_name [-n VMs count] [[-f ] ...] # Создание из template ``` ## Build by-self #### Installing python and creating venv ```shell sudo apt update sudo apt install python3 python3-pip python3-venv git clone https://git.anidev.ru/SantaSpeen/vmker.git cd vmker python3 -m venv venv source venv/bin/acvtivate ``` #### Installing libraries and build ```shell python -m pip install -r requirements.txt python -m pip install pyinstaller pyinstaller --noconfirm --onefile --console --name "vmkey" "./src/main.py" # cp dist/vmkey /bin/vmkey ``` * Good night $)