# atari-py **Repository Path**: monkeycc/atari-py ## Basic Information - **Project Name**: atari-py - **Description**: https://github.com/Kojoley/atari-py/ - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # atari_py An `openai/atari-py` fork with Windows support and removed zlib/libpng dependencies. ## Installation To simply install [`atari-py` wheels (binaries)](https://github.com/Kojoley/atari-py/releases) use this command: ```pip install -f https://github.com/Kojoley/atari-py/releases atari_py``` If you have any `distutils` supported compiler you can install from sources: ```pip install git+https://github.com/Kojoley/atari-py.git```