Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 431 Bytes

File metadata and controls

15 lines (11 loc) · 431 Bytes

RationalTEAlgorithm

To install:

  1. go into your favourite BASH shell
  2. go into the directory you want to store the file in
  3. type git clone https://github.com/WulffHunter/RationalTEAlgorithm.git
  4. go into the new folder (RationalTEAlgorithm)
  5. type npm install

To run:

  1. go into the RationalTEAlgorithm folder
  2. type node index.js (or, to pass in a filename $FILENAME, type node index.js $FILENAME)
  3. TA-DA!