--- a/setup.rst Mon Jan 29 11:16:12 2024 +0000 +++ b/setup.rst Tue Jul 02 08:37:49 2024 +0000 @@ -34,34 +34,28 @@ repository -5) create new poetry project - -.. code:: console - - $ poetry new eldamwl_plot - -7) install eldamwl_plot +5) install eldamwl_plot .. code:: console $ poetry install -8) activate virtual environment +6) activate virtual environment .. code:: console $ poetry shell -check whether installation was successfull ------------------------------------------ +Check whether the installation was successful +--------------------------------------------- .. code:: console $ poetry shell - $ eldamwl_plot -h + $ python eldamwl_plot.py -h or .. code:: console - $ poetry run eldamwl_plot -h + $ poetry run python eldamwl_plot.py -h