diff --git a/15 - Packages/README.md b/15 - Packages/README.md index 3e6d239..3c2ff58 100644 --- a/15 - Packages/README.md +++ b/15 - Packages/README.md @@ -24,7 +24,7 @@ display('Not a warning') ## Virtual environments -[Virtual environments](https://docs.python.org/3.7/library/exceptions.html) allow you to install packages into an isolated folder. This allows you to better manage versions. +[Virtual environments](https://github.com/microsoft/c9-python-getting-started/blame/master/15%20-%20Packages/README.md#L27) allow you to install packages into an isolated folder. This allows you to better manage versions. ``` console diff --git a/README.md b/README.md index 7df45ac..2a33127 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ The series of videos on Channel 9 is designed to help get you up to speed on Pyt - [An understanding of Git](https://git-scm.com/book/en/v1/Getting-Started) - Light experience with another programming language, such as [JavaScript](https://www.edx.org/course/javascript-introduction) +## Link To Vidoes +Check to this link to find the :EMOJICODE: point_right:[videos](https://channel9.msdn.com/Series/Intro-to-Python-Development)for this course + ## Next steps As the goal of this course is to help get you up to speed on Python so you can work through a quick start, the next step after completing the videos is to follow a tutorial! Here's a few of our favorites: