Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.26 KB

Introduction

This project is a simulator for co-axial transmission lines. It allows user to connect cables of different resistance and observe how a signal would look like traveling across it.

Requirement

  • homebrew (on Mac)
  • Python (2.7.13)
  • pip
  • kivy (install instruction for Mac | Windows)

Deployment OSX

  1. Download the latest release.

  2. Navigate to downloaded folder (the one containing this README file), and run pip install -r requirements.txt.

  3. Run garden install matplotlib.

  4. Run python src

Deployment Windows

  1. Download the latest release.

  2. In the command prompt, navigate to your python installation folder (default is "C:\python27", so type in cd C:\python27 and hit enter). Type Scripts\pip install -r (notice there is a trailing space) then drag the requirements.txt file from the downloaded folder into the command prompt and hit enter.

  3. Type Scripts\garden install matplotlib and hit enter.

  4. Type python (notice the trailing space) the drag the src folder from the downloaded folder into the command prompt and hit enter.