Skip to content

Commit

Permalink
Merge pull request #56 from HeroicHitesh/patch-2
Browse files Browse the repository at this point in the history
Update link to venv official documentation
  • Loading branch information
Christopher Harrison authored May 28, 2020
2 parents f7d585a + acc9f46 commit 345c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-for-beginners/15 - Packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://docs.python.org/3.7/tutorial/venv.html) allow you to install packages into an isolated folder. This allows you to better manage versions.

``` console

Expand Down

0 comments on commit 345c81f

Please sign in to comment.