Skip to content

Commit

Permalink
Update README on Python and Windows compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dubreuia committed Nov 30, 2020
1 parent ad6a2c7 commit 77e2cbe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ You can see what Magenta version you should be using by looking at the badge at

- [**Magenta v1.1.7** (in the `master` branch)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta) - The book's code uses Magenta 1.1.7 which, at the time of publication, was the latest stable available version. The code for that version is in the default `master` branch and will stay there.
- [**Magenta HEAD (master)** (in the `magenta-master` branch)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/tree/magenta-master) - We also provide the code for newer versions of Magenta, we try to keep the code up-to-date when new (breaking) versions of Magenta are released.
- [**Magenta v2.0.1** (the `magenta-v2.0.1` tag)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/releases/tag/magenta-v2.0.1) - Corresponds to [Magenta 2.0.1](https://github.com/magenta/magenta/releases/tag/2.0.1), should work with all 2.0.x versions.
- [**Magenta v2.1.2** (the `magenta-v2.1.2` tag)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/releases/tag/magenta-v2.1.2) - Corresponds to [Magenta 2.1.2](https://github.com/magenta/magenta/releases/tag/2.1.2), should work with all 2.1.x versions.
- [**Magenta v2.0.1** (the `magenta-v2.0.1` tag)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/releases/tag/magenta-v2.0.1) - Corresponds to [Magenta 2.0.1](https://github.com/magenta/magenta/releases/tag/2.0.1), should work with all 2.0.x versions (depends on Tensorflow 2.2.0)
- [**Magenta v2.1.2** (the `magenta-v2.1.2` tag)](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/releases/tag/magenta-v2.1.2) - Corresponds to [Magenta v2.1.2](https://github.com/magenta/magenta/releases/tag/v2.1.2), should work with all 2.1.x versions (depends on Tensorflow 2.3.1)

## Python Compatibility

We've only tested Magenta using Python 3.6 as interpreter. Magenta v2.x could work with more recent versions of Python but we didn't test them (see [Chapter01](Chapter01) for installation information).

## Windows Compatibility

Magenta 1.1.7 works on Windows, but there seems to be problems from Magenta 2.x onwards (see [#11](https://github.com/PacktPublishing/hands-on-music-generation-with-magenta/issues/11) for more details)

0 comments on commit 77e2cbe

Please sign in to comment.