Installation - Madour/pyNasNas GitHub Wiki
Install pySFML
Linux
Make sure you have a C++ compiler:
sudo apt install g++
You can now install SFML:
sudo apt-get install libsfml-dev
Then, make sure you have pip installed:
sudo apt-get install python3-pip
You can now install all the needed python packages:
pip3 install setuptools
pip3 install wheel
pip3 install cython
Finally:
pip3 install sfml
To test if pySFML was correctly installed, open a python console and type:
from sfml import sf
If nothing happens, it means it was correctly installed.
Install NasNas
python3 -m pip install NasNas
<- [Home]] ](/Madour/pyNasNas/wiki/[[Get-Started)->