You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/cdump/investments
$ cd investments
$ poetry install
Creating virtualenv investments-PfVgw6rj-py3.8 in /home/user/.cache/pypoetry/virtualenvs
Installing dependencies from lock file
...
$ poetry run ibtax
usage: ibtax [-h] --activity-reports-dir ACTIVITY_REPORTS_DIR --confirmation-reports-dir CONFIRMATION_REPORTS_DIR [--cache-dir CACHE_DIR] [--years YEARS]
ibtax: error: the following arguments are required: --activity-reports-dir, --confirmation-reports-dir
$ vim investments/ibtax/ibtax.py # edit file
$ poetry run ibtax # run updated version
$ poetry run python investments/ibtax/ibtax.py # same as above
Хорошо бы иметь краткий гайд для тех, кто хочет помочь в разработке)
Банально:
The text was updated successfully, but these errors were encountered: