Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.11 KB

File metadata and controls

18 lines (16 loc) · 1.11 KB
# HyperloopControlPanel
Team HyperLoop's Control Panel built in Python using StreamLit.

**How to edit**
First download the file.
Ensure that you have Python installed.
Now, here are some ways to run the website:
    1) Using the run.bat file
        > Open the "HyperloopControlPanel" folder, and you should be able to see a "run.bat" file located in the folder.
        > Double click it. It will open up the terminal and run the necessary commands for you.
        > It may take around 30 seconds for your browser to open up and load streamlit, so please be patient.
    2) If this does not work, then you can manually go to your terminal, move your current folder to inside the "HyperLoopControlPanel" folder, and manually run these commands:
        > First check if dependencies needed are present by using "pip install -r requirements.txt" command or "python -m pip install -r requirements.txt".
        > Now you can run the file using "python -m streamlit run app.py" or "py -m streamlit run app.py" (Depending on your python version).

PS: Some pages may take longer to load on first run due to Streamlit initialization.