-
Python
-
Flutter
- Clone The Repository
git clone https://github.com/OmarHosamCodes/el_sala
- Change Directory
cd el-sala
- Creat a Virtual Environment
python -m venv venv
- Activate the Virtual Environment
source venv/bin/activate
- Install the Requirements
pip install -r requirements.txt
- Get Flutter Packages
flutter pub get