From cfae561bd4f94a82ff0afae15d8183db193180f3 Mon Sep 17 00:00:00 2001 From: Dario d'Andrea <86766325+dariodandrea@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:38:36 +0200 Subject: [PATCH] Update installation.rst update installation docs --- docs/src/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/installation.rst b/docs/src/installation.rst index 5c064df..32cb774 100644 --- a/docs/src/installation.rst +++ b/docs/src/installation.rst @@ -50,7 +50,7 @@ To create the file ``pybandits.whl`` for the installation with ``pip`` run the f .. code:: console - $ python setup.py sdist bdist_wheel + $ poetry publish To create the HTML documentation run the following commands: