summarylogtreecommitdiffstats
path: root/matlab_kernel.install
diff options
context:
space:
mode:
Diffstat (limited to 'matlab_kernel.install')
-rw-r--r--matlab_kernel.install10
1 files changed, 4 insertions, 6 deletions
diff --git a/matlab_kernel.install b/matlab_kernel.install
index 4ca7e7b25f3c..af3c6c376944 100644
--- a/matlab_kernel.install
+++ b/matlab_kernel.install
@@ -2,14 +2,12 @@ post_install() {
# Warn users
echo '[jupyter-matlab_kernel-git]==> WARNING!'
echo 'matlab-engine-for-python is listed as an optional dependency.'
- echo 'The reason for this is the AUR packaged version is not a proper package,'
- echo 'AND most people will not bother packaging MATLAB for arch.'
+ echo 'This is intentional; because most users of MATLAB will not use the AUR package.'
echo 'For proper integration; you can;'
echo '* Install MATLAB Engine API for Python directly from your MATLAB installation'
echo ' https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html'
- echo '* Run the PKGBUILD for the API on a machine that already has MATLAB'
- echo ' (Read through the script to make sure your MATLAB is detected correctly.)'
- echo '* Check my MATLAB PKGBUILD on how to package your MATLAB installation.'
- echo ' https://github.com/bbaserdem/Arch/tree/master/matlab'
+ echo ' You have to make sure your python can find the package.'
+ echo '* Integrate your MATLAB installation with pacman using the AUR package.'
+ echo ' The current AUR matlab package (2020b) install the python engine systemwide.'
echo 'Without a working MATLAB python API installation; the kernel will not work'
}