You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter_18/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you're using Python 3, you should be able to create a virtual environment wit
24
24
25
25
This command runs the *venv* module and uses it to create a virtual environment named ll_env.
26
26
27
-
If this works, move on to [Activating the Virtual Environment](activating-the-virtual-environment). If it didn't work, go to [Installing virtualenv](#installing-virtuaenv).
27
+
If this works, move on to [Activating the Virtual Environment](#activating-the-virtual-environment). If it didn't work, go to [Installing virtualenv](#installing-virtualenv).
28
28
29
29
[top](#)
30
30
@@ -83,7 +83,7 @@ If you have more than one version of Python installed on your system, you should
83
83
Installing Django
84
84
---
85
85
86
-
In an activated virtual environment, you can use pip to install Django:
86
+
In an active virtual environment, you can use pip to install Django:
0 commit comments