Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 939 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 939 Bytes

Plasma Calculator

Plasma Calculator is an open-source project within PlasmaPy. It is a website that allows any user to quickly calculate any of the fundamental Plasma Parameters by entering the required values and their units.

Requirements

  • Python 3.7+
  • All the required packages and libraries are listed in the requirements.txt file.

Usage

  • Download the code

  • Navigate inside the "Calculator" directory within the project folder in Terminal

  • Create a virtual environment:
    $ python3 -m venv env

  • Activate the virtual environment (macOS):
    $ source env/bin/activate

  • Install all the required packages in the requirements.txt file:
    $ pip install -r requirements.txt

  • Run the app:
    $ flask run

  • Cmd + Click on the URL provided

  • Enjoy the website!