mirror of
https://github.com/OMGeeky/Kivy-Shopping-List.git
synced 2026-02-23 15:38:26 +01:00
8 lines
204 B
Plaintext
8 lines
204 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
|