File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,29 @@ Using Dymo API from your terminal has never been easier!
1616
1717### Use
1818
19+ #### Step 1: Install dependencies
20+
21+ You can install all dependencies from a requirements file hosted online:
22+
23+ ``` bash
24+ $ pip install -r https://raw.githubusercontent.com/TPEOficial/dymo-cli/main/requirements.txt
25+ ```
26+
1927We install the package with the Python installer:
2028``` bash
2129$ pip install dymo-cli
2230```
2331
32+ That's it! You can now use the CLI in either of these two ways!
33+
34+ ``` bash
35+ $ dymo-cli
36+
37+ # or
38+
39+ $ dymo-cli < input>
40+ ```
41+
2442#### License
2543The founder of the project, [ TPEOficial] ( https://github.com/TPEOficial/ ) , reserves the right to modify the license at any time.
2644This project is licensed under the terms of the [ GNU Affero General Public License] ( ./LICENSE ) .
Original file line number Diff line number Diff line change 1+ annotated-types == 0.7.0
2+ certifi == 2025.10.5
3+ charset-normalizer == 3.4.4
4+ dymo-cli @ file:///D:/DEV/TPEOficial/dymo-cli
5+ dymoapi == 0.0.61
6+ idna == 3.11
7+ markdown-it-py == 4.0.0
8+ mdurl == 0.1.2
9+ prompt_toolkit == 3.0.52
10+ pydantic == 2.12.4
11+ pydantic_core == 2.41.5
12+ Pygments == 2.19.2
13+ requests == 2.32.5
14+ rich == 14.2.0
15+ typing-inspection == 0.4.2
16+ typing_extensions == 4.15.0
17+ urllib3 == 2.5.0
18+ wcwidth == 0.2.14
You can’t perform that action at this time.
0 commit comments