Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 731 Bytes

README.md

File metadata and controls

51 lines (26 loc) · 731 Bytes

Fix-Site---3d-Force-Graph

Setup Project in Production Server (LocalHost) Steps

Just copy-paste this steps No need to Worry

Requirements-> Python 3.8 Interpreter

Step 1: Clone Repository

Step 2:

Go to directory-> Fix-Site---3d-Force-Graph

Step 3: Create Virtual Environment Go inside 'Fix-Site---3d-Force-Graph' folder

  • $virtualenv myenv

Step 4: Activate Virtual Environment

  • $myenv/Scripts/activate

Step 5: Install packages

  • $pip install -r requirements.txt

Step 6: Run the Flask app

  • $python app.py

Step 7: Open localhost in browser

127.0.0.1:5000/

Don't forget to activate virtual environment after opening terminal