Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 504 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 504 Bytes

El Sala

Getting Started

Prerequisites

  1. Python

  2. Flutter

Setting up the project

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