From ade5ef94bb2c80aed4bf2ae91c8d094017e82ebe Mon Sep 17 00:00:00 2001 From: Koa Wells Date: Tue, 22 Aug 2023 15:59:03 -0400 Subject: [PATCH] Change INSEL setup for Linux to TBD --- hub/LINUX_INSTALL.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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.