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: _learn/01-sphinx-python-rtd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Most people use Virtual Environments because it's a recommended practice when wo
71
71
1. First create a Python 3 virtual environment using the `venv` module included with Python 3. Notice the example uses `python3.7` to be clear which version of Python you want.
72
72
73
73
```
74
-
python3.6 -m venv py3-sphinx
74
+
python3.7 -m venv py3-sphinx
75
75
```
76
76
77
77
1. Now "activate" the environment. Look for the name of the virtual environment enclosed in parenthesis after activation.
0 commit comments