You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You must run this with the Git for Windows SDK shell, navigating to the cloned repository (cd ~/Documents/GitHub/[repository name]) and run ./installdependencies_insiders.sh
# After installing the Git SDK, check the version of python with py --version and make sure it's 3.12.4. If it's not, install python 3.12.4 from the Windows Store and check again.
# Create the file with your token
echo "Enter the token for INSIDERS access:"
read INSIDERS
echo "INSIDERS=$INSIDERS" >> .env
# Installing python, git, and gcc
echo
echo Installing python and pip
pacman -Syu # Update package database and core system packages