Skip to content

Installs numpy, pandas, matplotlib and jupyter-notebook

Notifications You must be signed in to change notification settings

Surajkumarsaw1/Termux-c12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRIPT IS NO LONGER ABLE TO INSTALL NUMPY, SCIPY, MATPLOTLIB, OPENCV, PILLOW DUE TO VERSION INCOMPATIBILITY.

CBSE-class-12-python-packages-on-termux-2021

Installs numpy, matplotlib, jupyter-notebook and sql

How to install python modules

apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash installer.sh

NOTE :

  • Please be patience.
  • Pandas may take few hours.
  • I would suggest to install it at night.You may go to sleep after pandas installation have started.

Keep termux in background it seems to freeze some time.

How to install mariadb(mysql)

Install

apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash db.sh

Creating User

You may change username and password as you want.

CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'username'@'localhost';
exit

To start MySQL

mysql

To start MySQL with specific user

mysql -u username -p

Jupyter Notebook use.

jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook jupyter notebook

SQL

jupyter notebook jupyter notebook jupyter notebook

About

Installs numpy, pandas, matplotlib and jupyter-notebook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages