Installation¶
Prerequisites¶
This project requires python3 (>=3.8)
Ubuntu¶
We recommend using apt
sudo apt-get update -y
sudo apt-get install -y python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev
ffmpeg libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev gcc
MacOS¶
We recommend using Homebrew
brew update
brew install apt-get install -y python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev
ffmpeg libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev gcc
Windows 10¶
We recommend using Anaconda
Stable Release¶
To install the latest stable version:
pip install flyer-env
Development version¶
To install the current version:
pip install --user git+https://github.com/AOS55/flyer-env