Skip to content

Commit

Permalink
add some to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KansaiUser committed Sep 28, 2024
1 parent 9834153 commit 21c1c08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions week_0_project_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -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`


0 comments on commit 21c1c08

Please sign in to comment.