Skip to content

Commit

Permalink
DOC: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Dec 18, 2023
1 parent 475eedc commit 07e48ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,6 +32,7 @@ When using a custom installation path for IPbus you need to import the library p
```bash
export LD_LIBRARY_PATH=<install_location>/lib
```
The default install location is located in /opt/cactus/.
Then start the controlhub from ipbus-software/controlhub/scripts.
```bash
controlhub_start
Expand Down
1 change: 0 additions & 1 deletion aidatlu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
print('gg')

0 comments on commit 07e48ae

Please sign in to comment.