From d71a4f28c53f71853423475a6e8e11effe6dc8c0 Mon Sep 17 00:00:00 2001 From: Jim Faeder Date: Mon, 23 Sep 2024 15:25:54 -0400 Subject: [PATCH] Update install.rst --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 9599debe..90618832 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -30,8 +30,8 @@ guides you can find online. Windows users should also install Perl at this point if not already installed. You can use ``conda install -c conda-forge perl`` to do this. If you do not wish to use Anaconda, or if you do not wish to install Perl through Anaconda, we suggest `Strawberry Perl `_. -Windows users may come across the error ``spawn bionetgen ENOENT process exited with code -4058``. If this happens you should go into the VS Code Extension settings -and enable ``General: Enable_terminal_runner`` as per `these instructions `_ +Windows users may encounter the error ``spawn bionetgen ENOENT process exited with code -4058``. If this happens you should go into the VS Code Extension settings +and enable ``General: Enable_terminal_runner`` as described `here `_ Finally, open a ``.bngl`` file in VS Code; this should check if PyBioNetGen is installed, and will automatically install it if not. Once complete, make sure it's installed correctly by running ``bionetgen -h``. If this doesn't work, you can open the command palette (``CTRL/CMD + SHIFT + P``) and run the ``BNG setup`` command.