Skip to content

Commit

Permalink
Add pip installation directions to readme and the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 28, 2024
1 parent 4aa722f commit 937b5dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Scribe-Data provides a command-line interface (CLI) for efficient interaction wi
To utilize the Scribe-Data CLI, you can execute the following command in your terminal:

```bash
pip install scribe-data

scribe-data [command] [options]
```

Expand All @@ -71,7 +73,7 @@ scribe-data [command] [options]
</p>

```bash
# Commands used in the above GIF::
# Commands used in the above GIF:
scribe-data list --language
scribe-data list --data-type
scribe-data get --language English --data-type verbs -od ./scribe-data
Expand Down
2 changes: 2 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Scribe-Data provides a command-line interface (CLI) for efficient interaction wi
To utilize the Scribe-Data CLI, you can execute the following command in your terminal:

```bash
pip install scribe-data

scribe-data [command] [options]
```

Expand Down

0 comments on commit 937b5dd

Please sign in to comment.