-
Notifications
You must be signed in to change notification settings - Fork 1
INSTALLATION FOR CROSSK ENGINE
Nikola edited this page Oct 10, 2021
·
1 revision
-
Download and Install Docker on your mashine (add env paths if ask)
-
Download and Install Python 3.9.5 on your mashine (add env paths if ask)
-
Clone cross-k engine with
git clone https://github.com/zlatnaspirala/cross-k
-
Run this
pre-installation.bat
for windows users. -
Create Env for Kivy only first time:
python -m pip install --upgrade --force-reinstall pip python -m pip install --upgrade pip setuptools virtualenv python -m virtualenv kivy_venv
If you have problem with
python -m pip
You can try other variant:pip install --upgrade --force-reinstall pip pip install --upgrade pip setuptools virtualenv python -m virtualenv kivy_venv
If you have problem with
pip
You can try other variant:pip3 install --upgrade --force-reinstall pip pip3 install --upgrade pip setuptools virtualenv python3 -m virtualenv kivy_venv
-
Activate Env Kivy (every time): With windows terminal
kivy_venv\Scripts\activate
Works on Bash also windows bash terminal
source kivy_venv/Scripts/activate
-
Now you can install last version of kivy 2.1.0 framework.
You can try this windows installation script install-win.bat
You can try this macox installation script install-macos.sh
You can try this linux installation script install-ubuntu.sh
python crossk.editor