Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Android detailed installation instructions

freyta edited this page Aug 12, 2019 · 2 revisions

Detailed instructions on how to run 7Eleven-Python on Android using Termux.

  1. Download Termux from the Google Play Store.

  2. Upgrade Termux using the command pkg update & pkg upgrade

  3. Install the needed packages. pkg install python wget git.

  4. Clone the repository git clone https://github.com/freyta/7Eleven-Python.git and cd into it cd 7Eleven-Python

  5. Install our requirements. pip install -r android_req.txt

  6. Run the app with python app.py. It should have started. Now you need to open your web browser and navigate to http://127.0.0.1:5000 , log in with your email and password.

Clone this wiki locally