From 76e3467c7f84b5e7dd96eca3a72b424ae1c12e94 Mon Sep 17 00:00:00 2001 From: Richard Hattersley Date: Fri, 10 Feb 2023 15:58:04 +0000 Subject: [PATCH] Remove PyPI installation instructions The "kapture" project on PyPI doesn't relate to this code (any more?), so these instructions need to be removed. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6fdfecd..76045bc 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ Kapture currently needs to run inside the installation of Python you wish to pro It is written in pure python and depends only on the standard library (mostly pdb). The visualisation component of kapture depends on matplotlib and numpy. -Kapture can be pip installed with: - - pip install kapture - Kapture can be installed from the source directory with: pip install .