vmker
Usage
Install
Download binaries from: WIP
Build by-self
Installing python and creating venv
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
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 $)
Description
Realese
Latest
Languages
Python
100%