File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# atari_py
22
3- [ ![ Build Status] ( https://travis-ci.org/openai/atari-py.svg?branch=master )] ( https://travis-ci.org/openai/atari-py )
4-
5- A packaged and slightly-modified version of [ https://github.com/bbitmaster/ale_python_interface ] ( https://github.com/bbitmaster/ale_python_interface ) .
3+ An ` openai/atari-py ` fork with Windows support and removed zlib/libpng dependencies.
64
75## Installation
86
9- To install via pip, run :
7+ To simply install [ ` atari-py ` wheels (binaries) [ https://github.com/Kojoley/atari-py/releases ] use this command :
108
11- ``` pip install atari-py ```
9+ ``` pip install --no-index -f https://github.com/Kojoley/ atari-py/releases atari_py ```
1210
13- Alternatively, you can install using setuptools using :
11+ If you have any ` distutils ` supported compiler you can install from sources :
1412
15- ``` python setup.py install ```
13+ ``` pip install git+https://github.com/Kojoley/atari-py.git ```
You can’t perform that action at this time.
0 commit comments