From 9acd3f1cb600236403edca692c4b039ed2ae2f87 Mon Sep 17 00:00:00 2001 From: Glenn Bradford <glenn.bradford@unimelb.edu.au> Date: Thu, 20 May 2021 17:05:23 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcebbc..1cc6d93 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ you also need to set the following environment variables in the terminal in order to access the installed gr-cdc module. ``` -$ export PYTHONPATH=/usr/local/lib/python3/dist_packages/ +$ export PYTHONPATH=/usr/local/lib/python3/dist-packages/ $ export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu/ $ sudo ldconfig ``` -- GitLab