Coding Games in Python: Install and Set up

Publié le: 17 février 2020
sur la chaîne: Long Nguyen
629
4

How to install Arcade on Windows and Mac. Mac installation is a bit trickier because of a recent bug.
The first three lines work for Windows using Anaconda Prompt.
1) conda create --name arcade python=3.8
2) conda activate arcade
3) pip install arcade
(for Mac, if the above doesn't work, do the additional steps below.)
4) brew uninstall libffi
5) brew install libffi
6) touch ~/.bash_profile; open ~/.bash_profile
The above statement will open .bash_profile on TextEdit. Then manually insert these two lines in the .bash_profile:

export LDFLAGS="/usr/local/opt/libffi/lib"
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"


Sur cette page du site, vous pouvez voir la vidéo en ligne Coding Games in Python: Install and Set up durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Long Nguyen 17 février 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 629 fois et il a aimé 4 téléspectateurs. Bon visionnage!