updated requirements

This commit is contained in:
NM512
2024-09-24 00:33:02 +09:00
parent 6d08232ad7
commit 4538f366e7
5 changed files with 43 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Run this script to install Atari
pip3 install atari-py==0.2.9
pip3 install opencv-python==4.7.0.72
mkdir roms && cd roms
wget -L -nv http://www.atarimania.com/roms/Roms.rar
unrar x -o+ Roms.rar
python3 -m atari_py.import_roms ROMS
cd .. && rm -rf roms