Open GIT CMD » navigate to working directory » Clone this Github Repo (or download project files from GitHub directly)
git clone https://github.com/shoaib-1457/Flight-Price-Predictions.git
Run Project in Flask (Using PIP + Virtualenv)
pip install virtualenv # install virtual environment
virtualenv ENV # create virtual environment by the name ENV
.\ENV\Scripts\activate # activate ENV
pip install -r .\requirements.txt # install project dependencies
python app.py # run the project
deactivate # close virtual environment once done
Open Terminal » navigate to working directory » Clone this Github Repo (or download project files from GitHub directly)
git clone https://github.com/shoaib-1457/Flight-Price-Predictions.git
Run Project in Flask (Using PIP + Virtualenv)
pip install virtualenv # install virtual environment
virtualenv ENV # create virtual environment by the name ENV
source ENV/bin/activate # activate ENV
pip install -r requirements.txt # install project dependencies
python app.py # run the project
deactivate # close virtual environment once done
If you find a bug (the website couldn’t handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.