-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ Use at your own risk! Do not treat it as a tax consultancy. | |
|
||
## General | ||
|
||
Those scripts were initally designed to calculate taxes from E*TRADE dividends for Intel employees. | ||
Those scripts were initally designed to calculate taxes from E\*TRADE dividends for Intel employees. | ||
Stock sales/vesting and liquidity funds were added later. It was not tested with any other entities. | ||
|
||
### Installation | ||
|
||
Install python module: | ||
|
||
```bash | ||
python3 -m pip install https://github.com/akantak/etrade_tax_poland/archive/main.zip | ||
python3 -m pip install --upgrade git+https://github.com/akantak/etrade_tax_poland[email protected] | ||
``` | ||
|
||
### Preparation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "etrade_tax_poland" | ||
version = "0.0.9" | ||
version = "0.0.10" | ||
authors = [ | ||
{ name="Aleksander Kantak", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters