Installation - mymiamo/My-Mediamo GitHub Wiki
✨ Installation Guide
Follow these steps to install and run My Mediamo on your local machine.
✅ Requirements
- Python 3.9 or higher
- pip (Python package installer)
- Local Wi-Fi network (for multi-device use)
📦 Step-by-Step Installation
-
Download the project files
Clone the repository or download the ZIP:git clone https://github.com/YOUR_USERNAME/My-Mediamo.git cd My-Mediamo
-
Install required libraries
Run the following command in your terminal:pip install -r requirements.txt
-
Run the application
Launch the server with:py app.py
-
Access the app on your browser
OpenCMD
and type:ipconfig
Find your
IPv4 Address
and open it in your browser with port:5000
. Example:http://192.168.1.100:5000
⚠️ Notes
- Make sure all devices are connected to the same local network.
- Firewall may ask for permission on first run; allow access.
- Currently, the app only runs on the local network (no internet access required).
Need help? Visit the Troubleshooting page.