diff --git a/README.md b/README.md
index 9f47a75e..78eae437 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,7 @@
[](https://www.python.org/)
[](./LICENSE)
-[](https://github.com/VLSIDA/OpenRAM/archive/stable.zip)
-[](https://github.com/VLSIDA/OpenRAM/archive/dev.zip)
+[](https://pypi.org/project/openram/)
An open-source static random access memory (SRAM) compiler.
diff --git a/compiler/tests/testutils.py b/compiler/tests/testutils.py
index fcb9a776..a41620c3 100644
--- a/compiler/tests/testutils.py
+++ b/compiler/tests/testutils.py
@@ -10,21 +10,6 @@ import sys, os, glob
import pdb
import traceback
import time
-# FIXME: This is a hack for unit tests running on docker.
-try:
- import openram
-except:
- # If openram library isn't found as a python package,
- # import it from the $OPENRAM_HOME path.
- import importlib.util
- OPENRAM_HOME = os.getenv("OPENRAM_HOME")
- # Import using spec since the directory can be named something
- # other than "openram".
- spec = importlib.util.spec_from_file_location("openram", "{}/../__init__.py".format(OPENRAM_HOME))
- module = importlib.util.module_from_spec(spec)
- sys.modules["openram"] = module
- spec.loader.exec_module(module)
- import openram
from openram import debug
from openram import OPTS
diff --git a/images/download-stable-blue.svg b/images/download-stable-blue.svg
deleted file mode 100644
index 2fbc3649..00000000
--- a/images/download-stable-blue.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/download-unstable-blue.svg b/images/download-unstable-blue.svg
deleted file mode 100644
index a233df6b..00000000
--- a/images/download-unstable-blue.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/download.svg b/images/download.svg
deleted file mode 100644
index 95d978ed..00000000
--- a/images/download.svg
+++ /dev/null
@@ -1,2 +0,0 @@
-
-