#theorem #calculator #command-line #github #pythagorean

app pytha_calc

A simple command-line Pythagorean Theorem calculator

1 stable release

1.0.0 Feb 12, 2019

#1449 in Math

MIT/Apache

5KB
70 lines

pytha_calc

A simple command-line Pythagorean Theorem calculator.

GitHub: https://github.com/SmushyRepo/pytha_calc/

Cargo: https://crates.io/crates/pytha_calc/

How to Install (Method 1):

How To Install Cargo

  1. Open your Console/Terminal/Powershell/Command Prompt.

  2. Install cargo https://doc.rust-lang.org/cargo/getting-started/installation.html

How To Install pytha_calc

  1. Open your Console/Terminal/Powershell/Command Prompt.

  2. Run "cargo install pytha_calc" to install it

How To Run pytha_calc

  1. Open your Console/Terminal/Powershell/Command Prompt.

  2. type "pytha_calc" to run it.

How to Update pytha_calc

  1. Open your Console/Terminal/Powershell/Command Prompt

  2. Run "cargo install pytha_calc --force"

How to Uninstall pytha_calc

  1. Open your Console/Terminal/Powershell/Command Prompt.

  2. Run "cargo uninstall pytha_calc"

How to Install (Method 2):

How To Install pytha_calc

  1. Go to https://github.com/SmushyRepo/pytha_calc/releases/

  2. Download the file for your system.

How To Run pytha_calc

  1. Open the file you downloaded.

How to Update pytha_calc

  1. Go to https://github.com/SmushyRepo/pytha_calc/releases/

  2. If there's a new version out download it.

How to Uninstall pytha_calc

  1. Find the file you downloaded and delete it.

No runtime deps