Skip to content
Snippets Groups Projects
Commit c3c42249 authored by Vicki Pfau's avatar Vicki Pfau
Browse files

Release 0.5.3

parent 8a20c0f2
No related branches found
No related tags found
No related merge requests found
# Changelog
## 0.5.3
* fix Lua on Windows
* add Windows support to import.sega_classics
* only use system libzip if compatible
## 0.5.2
* initial public release
...@@ -37,13 +37,13 @@ These wheels require macOS 10.11 or newer. ...@@ -37,13 +37,13 @@ These wheels require macOS 10.11 or newer.
Python 3.5: Python 3.5:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp35-cp35m-macosx_10_6_x86_64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp35-cp35m-macosx_10_6_x86_64.whl
``` ```
Python 3.6: Python 3.6:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36-cp36m-macosx_10_7_x86_64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp36-cp36m-macosx_10_7_x86_64.whl
``` ```
### Linux ### Linux
...@@ -53,13 +53,13 @@ These wheels require glibc 2.14 or newer. ...@@ -53,13 +53,13 @@ These wheels require glibc 2.14 or newer.
Python 3.5: Python 3.5:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp35-cp35m-linux_x86_64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp35-cp35m-linux_x86_64.whl
``` ```
Python 3.6: Python 3.6:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36-cp36m-linux_x86_64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp36-cp36m-linux_x86_64.whl
``` ```
### Windows ### Windows
...@@ -67,13 +67,13 @@ pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36 ...@@ -67,13 +67,13 @@ pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36
Python 3.5: Python 3.5:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp35-cp35m-win_amd64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp35-cp35m-win_amd64.whl
``` ```
Python 3.6: Python 3.6:
```sh ```sh
pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36-cp36m-win_amd64.whl pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.3-cp36-cp36m-win_amd64.whl
``` ```
## Install from source ## Install from source
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment