From 60502543834b327394153e616de42871ad5f0fab Mon Sep 17 00:00:00 2001 From: Alexander Rossmann <alexander.rossmann@reutlingen-university.de> Date: Tue, 15 Feb 2022 13:42:01 +0100 Subject: [PATCH] Updated README --- Marketing/Generation of Individual Playlists/notebook.ipynb | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marketing/Generation of Individual Playlists/notebook.ipynb b/Marketing/Generation of Individual Playlists/notebook.ipynb index aa51c82..5fca32d 100644 --- a/Marketing/Generation of Individual Playlists/notebook.ipynb +++ b/Marketing/Generation of Individual Playlists/notebook.ipynb @@ -1475,7 +1475,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.7.4" } }, "nbformat": 4, diff --git a/README.md b/README.md index ed3954f..119e713 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ example: <a href="https://colab.research.google.com/github/AlexRossmann/machine- ### Setup python virtual environment -to setup the virtual environment download [python 3.8](https://www.python.org/downloads/release/python-389/), and run the following commands. +To setup the virtual environment download [python 3.8](https://www.python.org/downloads/release/python-389/), and run the following commands. We recommend using python 3.8, as this release is the most reliable with the tensorflow module. All notebooks in this repo have been verified to run with *python 3.8* and the dependencies listed in *requirements.txt* @@ -97,4 +97,4 @@ or run ```bash jupyter notebook ``` -in the same Terminal. +in the same terminal. -- GitLab