mirror of
https://github.com/OMGeeky/Kivy-Shopping-List.git
synced 2026-01-07 20:16:59 +01:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# in anaconda promt ausführen
|
|
conda create -n kivy_venv -y python=3.9
|
|
|
|
# in vscode terminal (cmd) ausführen
|
|
conda activate kivy_venv
|
|
conda install kivy -c conda-forge -y
|
|
pip install -r requirements.txt
|
|
echo DONE!
|