diff --git a/week_0_project_setup/README.md b/week_0_project_setup/README.md index 5f29605..4462c7f 100644 --- a/week_0_project_setup/README.md +++ b/week_0_project_setup/README.md @@ -12,6 +12,8 @@ conda create --name project-setup python=3.8 conda activate project-setup ``` +__NOTE: You can use any environment name you wish. For example a conda environment MLProj38__ + Install the requirements: ``` @@ -50,4 +52,6 @@ python -m ipykernel install --user --name project-setup pip install ipywidgets ``` +Note: After this to use the notebook you still have to install notebooks or lab, through for example `pip install notebook` +