diff --git a/README.md b/README.md index 9c3c801..9e74a5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # pytorch playground I'm working through the video [Deep Learning with PyTorch - Full Course](https://www.youtube.com/watch?v=c36lUUr864M) by Python Engineer -the file names match the chapters in the video \ No newline at end of file +the file names match the chapters in the video + +- switch to python version 3.7.7 (newer should work, but it matches the version in the current project i need pytorch for) +- source venv +``` +pyenv local 3.7.7 +source bin/activate +``` + +video is in directory "Video" \ No newline at end of file