This repository contains scripts for setting up an environment in the GNURoot Debian application.
So far there are scripts for setting up:
This scripts is actual for app version 0.6.8 and Python 3.4.2.
The script will install Python 3 with Jupyter notebook and SciPy core packages. You should use clear installation of the app or at least uninstall python-pip. Download and start the script as:
apt-get update && apt-get install -y curl
cd ~
curl -O https://raw.githubusercontent.com/Breta01/android-linux-scripts/master/android_jupyter_install.sh
sh android_jupyter_install.sh
This scripts is actual for app version 0.6.8 and Python 3.4.2
The script will install OpenCV 3.2.0 for Python 3 and Python 2. But it don't include ffmpeg and 1394 libraries. Download and start the script as:
apt-get update && apt-get install -y curl
cd ~
curl -O https://raw.githubusercontent.com/Breta01/android-linux-scripts/master/android_opencv_install.sh
sh android_opencv_install.sh
Getting involved is easy! If you have any idea you can create GitHub issues. Or you can resolve one and then just file a PR! Also you can test of update any actual script.