diff --git a/hub/LINUX_INSTALL.md b/hub/LINUX_INSTALL.md index 2b93b9da..4de52244 100644 --- a/hub/LINUX_INSTALL.md +++ b/hub/LINUX_INSTALL.md @@ -40,16 +40,7 @@ sudo ln -s ~/libshortwave.so /usr/local/lib/libshortwave.so ```` ### Setup INSEL -1. Get the TBD from Guille or Koa -2. Place the TBD into your directory of choice -3. Make a symlink for the binary and place it into /usr/local/bin/tbd - ```` - sudo ln -s ~/sra /usr/local/bin/tbd - ```` -4. Make a symlink for the library and place it into /usr/local/lib/tbd - ```` - sudo ln -s ~/libshortwave.so /usr/local/lib/tbd - ```` +1. TBD ### Get a Python editor You are welcome to use the Python editor of your preference. The CERC team generally uses PyCharm to develop the hub.