diff --git a/README.md b/README.md
index 92ca8778ce92e5c61305c5bb0f20fc28ed81bc39..e2094f4ef8498608b6ea8d1c9836c181cc719d8d 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.