File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed
Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,24 @@ After conversion, this [step-by-step guide](./guide/README.md) creates a new por
1414 <img
1515 src="https://github.com/rlan/convert-csv-schwab2pp/raw/main/guide/img/100.png "
1616 alt="Guide step 100">
17- <figcaption >After importing the converted example CSV</figcaption >
17+ <figcaption >After importing the converted example CSV. </figcaption >
1818</figure >
1919
2020
21- Prerequisite:
21+ ## Installation
2222
23- * [ pipx] ( https://github.com/pypa/pipx ) (not pip).
23+ First, install [ pipx] ( https://github.com/pypa/pipx ) (not pip).
2424
25-
26- Installation:
25+ Then:
2726
2827``` sh
2928pipx install git+https://github.com/rlan/convert-csv-schwab2pp
3029```
3130
3231
33- Update, if already installed:
34-
35- ``` sh
36- pipx upgrade schwab2pp
37- ```
38-
39-
40- Uninstall:
41-
42- ``` sh
43- pipx uninstall schwab2pp
44- ```
45-
32+ ### Try it out!
4633
47- Usage :
34+ Let's see if installation was successful :
4835
4936``` sh
5037schwab2pp --help
@@ -77,6 +64,20 @@ schwab2pp example.csv -p example_out.csv
7764```
7865
7966
67+ ### Update to a new version
68+
69+ ``` sh
70+ pipx upgrade schwab2pp
71+ ```
72+
73+
74+ ### Uninstallation
75+
76+ ``` sh
77+ pipx uninstall schwab2pp
78+ ```
79+
80+
8081## Details
8182
8283Supported transactions:
You can’t perform that action at this time.
0 commit comments