QMK: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „<pre> git clone https://github.com/qmk/qmk_firmware.git cd qmk_firmware python3 -m venv env source env/bin/activate python3 -m pip install wheel python3 -m pip…“)
 
No edit summary
Line 6: Line 6:
python3 -m pip install wheel
python3 -m pip install wheel
python3 -m pip install qmk
python3 -m pip install qmk
test with:
qmk
</pre>

Revision as of 09:28, 21 June 2020

git clone https://github.com/qmk/qmk_firmware.git
cd qmk_firmware
python3 -m venv env
source env/bin/activate
python3 -m pip install wheel
python3 -m pip install qmk

test with:
qmk