Skip to content

Commit c4676e5

Browse files
authored
Update README.md
1 parent d97ffc8 commit c4676e5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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```

0 commit comments

Comments
 (0)