When running scripts loaded on the Scripting tab on the Qt or Web Gui, sometimes we need special libraries tht are not bundled to the pyx2cscope frozen environment.
now on the CLI we can call: pyx2cscope --install scipy for isntance, and the library will be added to the libs folder near pyx2cscope making it aware of it.
This is like a helper functionality to load external scripts using pyx2cscope GUI.
This may lead to conflicting library versions. This will not interfere with pyx2cscope but the script will not run.
In that case, it is better to install pyx2cscope on your machine and install the libraries you need under your python environment
#122
When running scripts loaded on the Scripting tab on the Qt or Web Gui, sometimes we need special libraries tht are not bundled to the pyx2cscope frozen environment.
now on the CLI we can call: pyx2cscope --install scipy for isntance, and the library will be added to the libs folder near pyx2cscope making it aware of it.
This is like a helper functionality to load external scripts using pyx2cscope GUI.
This may lead to conflicting library versions. This will not interfere with pyx2cscope but the script will not run.
In that case, it is better to install pyx2cscope on your machine and install the libraries you need under your python environment
#122