From b8389f4e00f3e047c0dba77d87a3d4fdfcf32dc0 Mon Sep 17 00:00:00 2001 From: Tobias Duswald Date: Wed, 16 Aug 2023 13:03:41 +0200 Subject: [PATCH] Update installation instructions --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 6c6c90a..6f95fd8 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -34,8 +34,8 @@ Make sure all requirements are installed To create a package and install it, do :: - make package pip3 install wheel + make package pip3 install build/dist/abcpy-0.6.3-py3-none-any.whl ``wheel`` is required to install in this way.