diff --git a/README.md b/README.md index 21fdd7b..ba04a75 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ git clone --depth=1 -b v2.8.12 --recurse-submodules https://github.com/ipbus/ipb cd ipbus-software make ``` -Instead of the general installation you can install against the current Python environment. +Next install against the current Python environment. ```bash # Pass current PATH to su shell to build against current environment python sudo env PATH=$PATH make install @@ -32,6 +32,7 @@ When using a custom installation path for IPbus you need to import the library p ```bash export LD_LIBRARY_PATH=/lib ``` +The default install location is located in /opt/cactus/. Then start the controlhub from ipbus-software/controlhub/scripts. ```bash controlhub_start diff --git a/aidatlu/__init__.py b/aidatlu/__init__.py index 98af98d..e69de29 100644 --- a/aidatlu/__init__.py +++ b/aidatlu/__init__.py @@ -1 +0,0 @@ -print('gg') \ No newline at end of file