From 6bbfe30c1c93c73a2f283fdcc3e3758470e411f6 Mon Sep 17 00:00:00 2001 From: angeltoribio-UPC-BCN Date: Tue, 27 Feb 2018 14:49:06 +0100 Subject: [PATCH] Updates on the use of Anaconda environment and PyCharm --- Lab01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab01.md b/Lab01.md index 28db7b5..fe28d6d 100644 --- a/Lab01.md +++ b/Lab01.md @@ -19,7 +19,7 @@ Install Python on your laptop. For these lab sessions we advice you to create a new anaconda environment using the bare minimum amount of Python packages. You will be adding more packages as you need them later. -Once the new environment is set you can hoover and see the path where the python interpreter and the packages have been installed. +Once the new environment is set you can hover and see the path where the python interpreter and the packages have been installed.

Lab05-1