How To Install Beem In Termux Android And Solve The Error

in #utopian-io7 years ago (edited)

IMG_20180514_080846.jpg

Repository

https://github.com/termux/termux-app

What Will I Learn?

  • You will learn how to install beem in termux android
  • You will learn how to solve the error

Requirements

  • Termux app (You can get it in google play)

Difficulty

  • Basic

Tutorial Contents

  • After you install the termux app, then open and write this command pkg update && pkg upgrade
    if it appears [Y / n] write y and enter.

  • Then install python with command pkg install python

  • Then type this command pkg install clang openssl-dev python-dev

  • Then type this command pip install -U beem

  • If there is an error like in the picture below

Screenshot_2018-05-14-07-32-27-734_com.termux.png

before, because we use python version 9. . then we upgrade to version 10. . with the command pip install --upgrade pip

the image above errors when running crypt.
So,type command pkg install libcrypt-dev

then repeat this command pip install -U beem

  • Anything if an error occurs while running it. you just install it with the command pkg install lib(error)-dev

Congratulations, you have installed the beem in your termux.

My Github Link

https://github.com/ibnu-djamil/