Skip to content

Commit acc9f46

Browse files
authored
Update README.md
1 parent f7d585a commit acc9f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-for-beginners/15 - Packages/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ display('Not a warning')
2424

2525
## Virtual environments
2626

27-
[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.
27+
[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.
2828

2929
``` console
3030

0 commit comments

Comments
 (0)