Skip to content

Commit 7dbdf1f

Browse files
author
Sam Hames
committed
Make it clearer that pip installation needs to be run in a terminal
As it doesn't currently make it clear where that command needs to be run, and only people who have used a command line before will be able to infer that.
1 parent cd03944 commit 7dbdf1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See the `twarc` documentation for running commands: [twarc2](twarc2_en_us.md) an
88

99
## Install
1010

11-
If you have python installed, you can install twarc using:
11+
If you have python installed, you can install twarc from a terminal (such as the Windows Command Prompt available in the "start" menu, or the [OSX Terminal application](https://support.apple.com/en-au/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac)):
1212

1313
```
1414
pip3 install twarc

docs/twarc2_en_us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ generate an access token and access token secret. With these four variables
3535
in hand you are ready to start using twarc.
3636

3737
1. install [Python 3](http://python.org/download)
38-
2. [pip](https://pip.pypa.io/en/stable/installing/) install twarc:
38+
2. [pip](https://pip.pypa.io/en/stable/installing/) install twarc from a terminal (such as the Windows Command Prompt available in the "start" menu, or the [OSX Terminal application](https://support.apple.com/en-au/guide/terminal/apd5265185d-f365-44cb-8b09-71a064a42125/mac)):
3939

4040
```
4141
pip install --upgrade twarc

0 commit comments

Comments
 (0)