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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ or, if you prefer a local user installation:
52
52
53
53
pip install --user twitter-toolbox
54
54
55
+
For **Microsoft Windows** users, you should run `pip` through the Python interpreter:
56
+
57
+
python -m pip install twitter-toolbox
58
+
55
59
## Configuration File
56
60
57
61
The Twitter Toolbox is globally configured using the simple [configuration language from Python][python-config] stored into a file named `.twtoolbox.cfg` under your home directory (please note the leading period `.`).
0 commit comments