From 8e786686f980e0d8979030b9afb0582aacda3b8e Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Fri, 3 Jun 2022 15:05:26 +0100
Subject: [PATCH] updated readme

---
 README.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 92ca8778c..e2094f4ef 100644
--- a/README.md
+++ b/README.md
@@ -51,16 +51,9 @@ We can also install the package from source, which is useful for development ver
 ```
 This will install the package, along with all the dependencies, into the current active (virtual) python environment.
 
-If this is not the first time you install the package, but rather rebuild it because you made changes in either binary_c or binarycpython, you can run
-```
-./install_without_dependencies.sh
-```
-to reinstall just binarycpython.
-
 #### After installation
 After installing the code via source it is useful to run the test suite before doing any programming with it. The test suite is stored in `binarycpython/tests` and running `python main.py` in there will run all the tests. 
-	
-	
+
 ## Usage
 ### Examples
 See the examples/ directory for example scripts and notebooks. The documentation contains example pages as well. 
-- 
GitLab